Help for this page

Select Code to Download


  1. or download this
    $ cat -vet pm_1070943_CRLF.txt
    text^M$
    
    $ cat -vet pm_1070943_LF.txt
    text$
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
            say "Processing: $file";
        }
    }
    
  3. or download this
    Skipping: pm_1070943_CRLF.txt
    Processing: pm_1070943_LF.txt