What is FIND, GREP and SED ? Could you please give me the
difference between all the three? Where we use this commnands?
Answer Posted / sureshreddy
find: it searches a specified file or directory in file
system
grep: it search a specified string in a file or directory
sed: it replased a specified string.
| Is This Answer Correct ? | 28 Yes | 8 No |
Post New Answer View All Answers
What does the command ' $who | sort –logfile > newfile' do?
Which command can you use to find the currently running process in unix server?
Why is it called grep?
What is the general format of unix command syntax?
Explain command to display different lines that are found when compare two files?
How do I search for text in vi?
What is time_t?
What is the command to view process running?
What is the pipe command?
What does sed command do in unix?
How does pipe () work?
What are the commands in UNIX to list the files in a Directory?
What are the general commands in using unix os for a beginner?
How do I use grep to search for a file?
Explain ‘library functions’ with respect to unix commands?