which fliter command passes the number of specified lines at the outset of data in unix
Answers
Answered by
2
With this option tail command prints the data starting from specified line number of the file instead of end. For command: tail +n file_name, data will start printing from line number 'n' till the end of the file specified.☺☺
Similar questions