Daily Hack #day21 - AWK
The awk command is a powerful text processing tool that's perfect for manipulating data files in Unix environments. Here are some useful tricks and hacks with awk:
File called data.txt contents:
banana, apple, avocado
orange, grapes, tomato
spinach, ...
cloudtuned.hashnode.dev2 min read