what is the command to print last 8 lines of any text file.
Answer Posted / ravikishore
cat <f.n> | tail -8
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain ‘system calls’ with respect to unix commands?
What does find command return in unix?
What is the use of awk command in unix?
What is the general format of unix command syntax?
Describe the zip/unzip command using gzip.
What is the use of tee command?
Describe the usage and functionality of the command rm –r * in unix?
what is the advaantage of each user having its own copy of the shell?
How do I search for text in vi?
What are some command words?
Explain ‘library functions’ with respect to unix commands?
What is unix command line?
Is command prompt unix?
What is the pipe command?
What does this command do,"$more readme.txt“?