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 / ramesh
head -7 <file name>|tail -1
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain command to view process running?
What is grep short for?
What are the differences among a system call, a library function, and a unix command?
How do I clear my terminal history?
How to use grep command to list find the records of a file containing 10 different strings?
What is “chmod” command?
Describe the usage and functionality of the command rm –r * in unix?
What is the behavioural difference between cmp and diff commands?
What is awk command used for?
What are awk commands?
What is the pipe command?
How does pipe () work?
What does find command return in unix?
What is pipe command in unix?
Write a command to kill the last background job?