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