Linux Advanced Command And Unix linux difference.
1.Grep: grep [options] pattern file Search for patterns in files and output lines containing matches.
2.awk: awk '{print $1}' file A versatile text processing tool for pattern scanning and processing.
3.find: find /path/to/search -name "filename". Se...
rushikeshugale123.hashnode.dev1 min read