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 to kill the last background job?
How do I run a whois command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Is command prompt unix?
What is the use of cut command in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the use of finger command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does this command do? Cat food 1 > kitty
What is awk used for?
What does the command ' $who | sort –logfile > newfile' do?
What does #!/ Bin sh do?
How do I clear my terminal history?
how to sort the content of the file based on numeric values
Which command is used to find whether the system is 32 bit or 64 bit?