Help for this page

Select Code to Download


  1. or download this
    ~/MyDir
        |__ file1.txt
    ...
        |__ ...
        |__ file30.txt
    
  2. or download this
     
    @sel_files = ( "file2.txt", "file4.txt", "file15.txt");
    
  3. or download this
    $ cat file2.txt file4.txt file15.txt > selected.txt