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
Can you enlist some commonly used network commands?
Write a command to display a file’s contents in various formats?
What is the size of time_t?
How does shebang work?
What does awk stand for?
What is the search command in unix?
Which command is used to find whether the system is 32 bit or 64 bit?
What does pipe () return?
How do you repeat a command in terminal?
Describe the usage and functionality of the command rm –r * in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is ctrl d?
Is ‘du’ a command? If so, what is its use?
What is .sh file?
Explain command to display different lines that are found when compare two files?