in reply to Re: perl one liner to print a linein thread perl one liner to print a line
Or:
perl -F'\n' -lan0777e'print $F[3]' file.txt [download]