What is FIND, GREP and SED ? Could you please give me the
difference between all the three? Where we use this commnands?
Answer Posted / rachita kathuria
find - this command examines a directory to find a file
matching some criteria.
grep - it searches for a string or pattern in a file and
display the lines containing the pattern.
sed - it combines work of several filters and perform non
interactive operations on a data stream.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Write a command that will display files in the current directory, in a colored, long format.
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
Can you explain a little bit about command substitution?
How many unix commands are there?
What is awk command used for?
What is the search command in unix?
What is the comma to display different lines that are found when compare two files?
What is grep and how do you use it?
What will the following command do?
What is .sh file?
How do you repeat a command in terminal?
Why is awk called awk?
hw will u use awk in replacing cahrs and files
Which command is used to copy files?
How do I clear my terminal history?