what is the command to print last 8 lines of any text file.
Answer Posted / sravani
tail -8 <filename>
| Is This Answer Correct ? | 39 Yes | 4 No |
Post New Answer View All Answers
What does pipe () return?
How do I search for a file in unix command?
What are the general commands in using unix os for a beginner?
What does sed command do in unix?
What is the use of cut command in unix?
What difference between cmp and diff commands?
What command is used to check the current users?
How does the system know where one command ends and another begins?
What is the function of grep command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is unix command line?
How do you grep recursively?
What are grep patterns?
How do you grep a case insensitive?
What is the comma to display different lines that are found when compare two files?