Grep command in linuxGrep(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, 2023·2 min read
Getting Started DevOpsWhat is DevOps? DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizatio...Mar 20, 2023·4 min read