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 / manikandant
sed -n '5p' filename
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Who invented grep?
What does the md command do?
What is pipe command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the use of find command in unix?
What is the general format of unix command syntax?
What are the general commands in using unix os for a beginner?
Why is shebang used?
Is grep faster than awk?
What is the use of cut command in unix?
What do know about tee command and its usage?
What does this command do? Cat food 1 > kitty
What does the command '$ls | wc –l > file1' do?
What is the function of grep command in unix?
What is the command to compare two files in unix?