A file has 1000 lines and i want to display only 1st line
how to do it?
pls ..tel me
Answer Posted / sandip01
sed -n '1p' or head -1
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
What does this command do,"$more readme.txt“?
What is the unix command to confirm a remote host is alive or not?
Is grep faster than awk?
What is a command and examples?
How does pipe () work?
why metadb requires a seperate slice to create Solaris volume manager
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is pipe command in unix?
What is ctrl d?
What does grep v grep do?
What is the difference between cat command and more command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Differentiate cat command from more command.
What is the pipe command?
Explain mount and unmount command.