Text processing commands in Linux
Filters/Text processing commands
cut
allows us to cut the output, takes input of command/content of file and cut it to our desired output
awk
list by columns
grep and egrep
search by the keyword. Like searching for a specific word.
sort
so...
blog.kubekode.io4 min read