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 / chinmaya sahu
tail +7 <filename> | head -1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is rmdir command?
What is the behavioural difference between cmp and diff commands?
Differentiate cmp command from diff command.
What is awk used for?
What does this command do? Cat food 1 > kitty
How do you grep a case insensitive?
What does the “echo” command do?
How to find $ai_serual resolved path by using unix
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is sed awk grep?
What does find command return in unix?
What is ctrl d?
What is s and g in sed command?
How do I use grep to search for a file?
What is the pipe command?