Grep command in linux
Grep(global regular expression print) command is used in Linux to find and search using regular expressions throughout the Linux system. syntax: grep 'string' filename or syntax: filename grep 'string' eg -> grep -i 'warning' logfile.txt To search r...
Apr 28, 20232 min read11
