How can I only see the last 5 lines of a file?
Answer Posted / madhava reddy
#tail -5 <filename> press enter
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the pwd command?
What is finger command in linux?
How do makefiles work?
You issue the command head * what would the resulting output be?
State and explain about features of UNIX?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What does uname command do?
What are the command prompt commands?
What is Data Command?
What is df command in linux?
How use more command in linux?
How can I create a file with cmd?
How do I stop a linux job?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is history command in linux?