If we want to see first 35 lines of a file which command we
have to use?
Answer Posted / siri
sed -n '1,35p' filename;
head -35 filename;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Describe the usage and functionality of the command rm –r * in unix?
What do know about tee command?
What is unix command?
What does the “echo” command do?
What is the command to view process running?
Which command is used to create a directory?
What does pipe () return?
Why is awk called awk?
What does awk stand for?
What is ctrl d?
How do I use grep to find a file?
Who command in unix operating system?
How do I open a port?
What is nr in awk command?