Tuesday, 27 October 2015

How will you find the 99th line of a file using only tail and head command?

tail +99 file1|head -1

No comments:

Post a Comment