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
What is grep short for?
What is .sh file?
What is the use of the command 'ls -x chapter[1-5]' ?
How does the system know where one command ends and another begins?
How many unix commands are there?
Explain the steps that a shell follows while processing a command.
What do know about tee command and its usage?
What is the command to find maximum memory taking process on the server?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the “echo” command do?
What is $0 bash?
Who command in unix operating system?
Which unix command lists files/folders in alphabetical order?
What is the difference between cat command and more command?
What is the comma to display different lines that are found when compare two files?