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
What command is used to check the current users?
What do chown command do?
What does the “echo” command do?
Differentiate cmp command from diff command.
What is the unix command to confirm a remote host is alive or not?
What does 'mkdir' command do in UNIX?
Describe the usage and functionality of the command rm –r * in unix?
Which command will print your home directory on screen?
What are the differences among a system call, a library function, and a unix command?
How to find $ai_serual resolved path by using unix
What is s and g in sed command?
Who wrote grep?
Is grep faster than awk?
how to sort the content of the file based on numeric values
Who invented grep?