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
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What does grep v do?
Which unix command lists files/folders in alphabetical order?
Describe the usage and functionality of the command rm –r * in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Explain command to show the space allocation of files?
Why is shebang used?
What is sed awk grep?
What is in grep command?
What is a command and examples?
Why is grep called grep?
Is command prompt unix?
Name the general commands in using unix os for a beginner?
What is the use of cut command in unix?
How do I clear my terminal history?