If we want to see first 35 lines of a file which command we
have to use?
Answer Posted / sujata
sed -n'35' p filenmae;
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is the use of find command in unix?
What is the difference between cat command and more command?
How do I open a port?
Write a command to display a file’s contents in various formats?
What is the general format of unix command syntax?
What is s and g in sed command?
What does this command do? Cat food 1 > kitty
How do you grep a case insensitive?
How many unix commands are there?
What are the differences among a system call, a library function, and a unix command?
What does touch command do in unix?
Who command in unix?
How can we use grep command in unix?
What is the nmap command?
What is the comma to display different lines that are found when compare two files?