What is the difference between AWK and SED commands? Plz
give example and explain...

Answer Posted / sreenivas

sed reads from standard input and/or file(s), applies specified
changes which are typically mostly editing changes, and
writes to
standard output. It is relatively similar to the text editor
ed(1),
except in the case of sed it doesn't alter its input
file(s)*, but
writes the data to standard output, and sed also has some
commands
which ed does not have (and in most cases wouldn't be
suitable for or
make sense for ed). sed's commands are mostly limited to editing
type commands.

awk is sort of like an interpreted somewhat C-like language with
added built-in functionality for dealing with strings and
patterns.
Though not a fully general purpose programming language, awk
is much
closer to such than sed.

Is This Answer Correct ?    22 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you grep recursively?

764


How can you see the command line history?

815


What is difference between grep and find command in unix?

826


Who wrote grep?

763


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

965


What are the general commands in using unix os for a beginner?

800


What does this command do? Cat food 1 > kitty

1220


Explain ‘system calls’ with respect to unix commands?

772


Is grep faster than awk?

730


What is the use of tee command?

754


How do I open a port?

766


What does #!/ Bin sh do?

761


What is awk used for?

821


What is the use of find command in unix?

749


Who command in unix?

773