what is the command to print last 8 lines of any text file.
Answer Posted / indu sharma
cat <filename> | head -n 8
Is This Answer Correct ? | 2 Yes | 17 No |
Post New Answer View All Answers
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is {} in find command?
How do you grep a case insensitive?
Using unix command how to display no of records in oracle?
How does the system know where one command ends and another begins?
What does the command ' $who | sort –logfile > newfile' do?
How do you repeat a command in terminal?
What is the difference between awk and grep?
What does grep v grep do?
What is awk good for?
Is command prompt unix?
What is the first character of the output in ls l command?
What does pipe () return?
What is $0 bash?
What is the use of the command 'ls -x chapter[1-5]' ?