in a growing log file how will you see the 1st 99 lines?
Answer Posted / dinesh babu
sed -n '1,99p' filename
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which command will print your home directory on screen?
What does the command ' $who | sort –logfile > newfile' do?
What does awk stand for?
What is {} in find command?
What command will change your prompt to myprompt?
How do I use nslookup?
Is ‘du’ a command? If so, what is its use?
What are bash commands?
Who wrote grep?
What do know about tee command?
Explain ‘system calls’ with respect to unix commands?
What is the difference between cat command and more command?
What does sed command do in unix?
What does touch command do in unix?
Differentiate cat command from more command.