in reply to perl one liner to print a line
And TMTOWTDI again:
perl -wne'print if 4..4' file.txt [download]