Help for this page

Select Code to Download


  1. or download this
    cat /come/and/play/with/$i | perl -ne 'print if length((split /,/)[10]
    +) > 6'
    
  2. or download this
    cat /come/and/play/with/$i | perl -ne 'print if length((split /,/)[10]
    +) > 6'
    
  3. or download this
    perl -ne 'print if length((split /,/)[10]) > 6' /come/and/play/with/$i
    
  4. or download this
        cat file | some_command and its args ...
    
  5. or download this
        <file some_command and its args ...
    
  6. or download this
        some_command and its args ... file