Grep command in linux
Apr 28, 2023 · 2 min read · 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...
Join discussion



