What is FIND, GREP and SED ? Could you please give me the
difference between all the three? Where we use this commnands?
Answer Posted / dj
Find : This unix command is used to search for a particular
file in unix directory. Syntax for the same is
find .* - <file name pattern>
Grep : This command will search for a string/text in
specified file. syntax for the saame is
grep -<switches> <pattern> <FileName>
there are number of switches availbale for this command.
Sed : its an editor
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What happens when we execute a unix command?
What is nr in awk command?
Which command is used to copy files?
What do chmod, chown, chgrp commands do?
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)?
hw will u use awk in replacing cahrs and files
Give the command for finding the current date.
What is the use of sed command in unix?
What command will change your prompt to myprompt?
What is a bash command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the difference between cat command and more command?
How do I run a whois command?
What will the following command do?
What is .sh file?