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
What is rmdir command?
What is the difference between awk and grep?
Which command can you use to find the currently running process in unix server?
Are you in or at the office?
What are the commands in UNIX to list the files in a Directory?
Explain command to view process running?
How does shebang work?
What is the comma to show the space allocation of files?
What do know about tee command?
What is the functionality of a top command?
How to display no of records in oracle using unix command?
What do chown command do?
Which command is used to delete all files in the current directory and all its sub-directories?
How do I run a bash script?
What does 'mkdir' command do in UNIX?