what is the command to print last 8 lines of any text file.
Answer Posted / ravikishore
cat <f.n> | tail -8
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is $0 bash?
Which command is used to create a directory?
What does sed command do in unix?
What does find command return in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is grep command in unix with examples?
What is sed awk grep?
What is the use of cut command in unix?
What are awk commands?
How does pipe () work?
What is difference between grep and find command in unix?
What is the comma to show the space allocation of files?
What does the “echo” command do?
What is merge command in unix?
What is the use of sed command in unix?