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
What is the significance of the 'tee' command?
What is the first character of the output in ls l command?
How to display no of records in oracle using unix command?
Does cp command overwrite files?
What do know about tee command and its usage?
What does touch command do in unix?
What is the use of finger command?
Write a command that will display files in the current directory, in a colored, long format.
How to find $ai_serual resolved path by using unix
What does 'mkdir' command do in UNIX?
What do chmod command do?
How do I run a bash script?
Enlist some filename manipulation commands in unix.
What is “chmod” command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?