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 / thomas k
please try this. it will work.
head -7 <filename> | tail -1
| Is This Answer Correct ? | 42 Yes | 8 No |
Post New Answer View All Answers
Which command should you use to find the remaining disk space in unix server?
What does the metacharacter mean?
What is the command to compare two files in unix?
Which unix command to make a new directory?
how to sort the content of the file based on numeric values
What is sed awk grep?
Explain command to show the space allocation of files?
What is the unix command to confirm a remote host is alive or not?
What do know about tee command?
How do I clear my terminal history?
What is nr in awk command?
What is “chmod” command?
Differentiate cat command from more command.
How to use grep command to list find the records of a file containing 10 different strings?
Which command will print your home directory on screen?