- or download this
perl -ne 'print if / (\S) \1 \1$/' data.txt
- or download this
perl -ne 'print if / (\S) \1 \1$/' data.txt > second.file
- or download this
perl -e 'print "hello world\n"'
- or download this
perl -ne 'print "hello world. Look at this: $_"' data.txt