Answer Posted / roshini
Grep is a line-based search utility and is used primarily to return lines from a file, or files, that match a particular search term. Sed is similar, as in it is a line-by-line style utility, but is meant more for string replacement within lines of text.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is it called grep?
How do I delete files from command prompt?
What is {} in find command?
What is the general format of unix command syntax?
How do I find previous commands in unix?
Explain ‘system calls’ with respect to unix commands?
What is the comma to show the space allocation of files?
Name the unix command to find how many days the server has been up.
Which command is used to delete all files in the current directory and all its sub-directories?
What is awk command used for?
What does this command do? Cat food 1 > kitty
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Name the general commands in using unix os for a beginner?
what is the advaantage of each user having its own copy of the shell?
Is ‘du’ a command? If so, what is its use?