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
How do I use grep to search for a file?
Name the various commands that are used for the user information in unix.
What is awk good for?
How do I find previous commands in unix?
What is .sh file?
What is the general format of unix command syntax?
Is it inbetween or in between?
How do you grep recursively?
Explain ‘library functions’ with respect to unix commands?
What is the use of the tee command?
What does this command do? Cat food 1 > kitty
What difference between cmp and diff commands?
What is grep short for?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which command can you use to find the currently running process in unix server?