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
hw will u use awk in replacing cahrs and files
How do I use grep to search for a file?
Is command prompt unix?
What do chmod command do?
How does pipe () work?
How to display no of records in oracle using unix command?
What is the use of tee command?
What is s and g in sed command?
What is the use of finger command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is merge command in unix?
Write a command that will display files in the current directory, in a colored, long format.
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does #!/ Bin sh do?
Name the unix command to find how many days the server has been up.