adspace


What is awk sed unix?

Answer Posted / Snigdha Jauhari

AWK, SED, and Unix are separate tools used for text processing in Unix-like systems. AWK is a powerful scripting language for processing text files. SED (Stream Editor) is a stream editor for filtering and transforming text. Both can be used for tasks like searching, substitution, sorting, filtering, etc.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988