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
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which command is used to kill the last background job?
How do I delete files from command prompt?
How do I search for text in vi?
How do I use grep to find a file?
What is .sh file?
hw will u use awk in replacing cahrs and files
Who wrote grep?
How do I search for a file in unix command?
What is awk used for?
Is it inbetween or in between?
How does pipe () work?
Describe the usage and functionality of the command rm –r * in unix?
Explain the steps that a shell follows while processing a command.
What does this command do,"$more readme.txt“?