Help for this page

Select Code to Download


  1. or download this
    -> ls
    file1.txt       file2.txt       file3.txt
    -> perl -le '@files = <file*>; print @files;'
    file1.txt file2.txt file3.txt