what is the command to print last 8 lines of any text file.
Answer Posted / deeps
tail -8f filename
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What happens when we execute a unix command?
What is in grep command?
Differentiate cat command from more command.
What is time_t?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the function of grep command in unix?
What is ctrl d?
What is the size of time_t?
What is $0 bash?
How can we use grep command in unix?
How do I use nslookup?
Which unix command lists files/folders in alphabetical order?
What is pipe command in unix?
How can you see the command line history?