Help for this page

Select Code to Download


  1. or download this
    FOR %F IN (*) DO perl -pe "" "%F" >> ..\newfile.txt
    
  2. or download this
    perl -e "while (<*>) {open(F,$_) or next;while(<F>){print}/}}" > ..\ne
    +wfile.txt