if we create a file, in that 10 rows(means 1,2,....9,10
like). i want 7 row exactly, which command use in unix?
plz send this question.
Answer Posted / anandthks
head -7 <filename>| tail -1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between grep and grep?
What is the command to view process running?
What is the use of find command in unix?
What is the difference between awk and grep?
What is a bash command?
What is the pipe command?
What is the general format of unix command syntax?
What does awk stand for?
Explain ‘system calls’ with respect to unix commands?
Describe the usage and functionality of the command rm –r * in unix?
Write a command to display a file’s contents in various formats?
What are the dos commands?
Which command is used to delete all files in the current directory and all its sub-directories?
Who command in unix?
Why is shebang used?