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
How do I run a whois command?
Give the command for finding the current date.
What is the use of awk command in unix?
Is command prompt unix?
What does #!/ Bin sh do?
Write a command to kill the last background job?
What's a command word?
How do I run a bash script?
Which unix command lists files/folders in alphabetical order?
What is the command to find hidden files in the current directory?
What will the following command do?
Can you enlist some commonly used network commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Which command is used to delete all files in the current directory and all its sub-directories?
What is s and g in sed command?