Answer Posted / jam
To print a specific line without using a string.
sed -n '1p' <filename>
Where 1 is teh line number
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which unix command lists files/folders in alphabetical order?
What is grep short for?
What is the functionality of a top command?
What's a command word?
What is merge command in unix?
What is sed awk grep?
What is updatedb?
What is rmdir command?
What is {} in find command?
What is awk used for?
What are filter commands in unix?
What do chgrp command do?
What is .sh file?
Explain mount and unmount command.
What is the general format of unix command syntax?