how to find the 51th record of a file containing 100 records
in unix.
Answer Posted / raj
sed '51p' filename
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Write a command that will display files in the current directory, in a colored, long format.
What is the use of cut command in unix?
How do I search for text in vi?
What does grep v do?
hw will u use awk in replacing cahrs and files
What are file commands?
What is ctrl d?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Why is it called grep?
What happens when we execute a unix command?
What is command substitution?
What are awk commands?
How do I run a whois command?
Explain mount and unmount command.