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
What is s and g in sed command?
What are the differences among a system call, a library function, and a unix command?
What is the use of tee command?
What is .sh file?
What does the command '$ls | wc –l > file1' do?
Differentiate cat command from more command.
Which command is used to find whether the system is 32 bit or 64 bit?
How do you grep recursively?
What is used to type command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do I run a bash script?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the use of finger command?
What is ctrl d?
What is the behavioural difference between cmp and diff commands?