#grep #linux #linuxessentials
grep command in Linux is used to search patterns within a file i.e., to find some content within the file, grep command is used.
grep command in Linux returns the lines containing the specified pattern
Regular expressions with grep - Certain wild cards can be used to make regular expressions. The characters used are:
*, [ ], +, ^.$ etc.
For more details : https://dextutor.com/how-to-use-grep-...
Website Link: www.dextutor.com
All the material along with PPT is available at : https://dextutor.com/courses/linux-co...
Linux Essential Playlist: https://tinyurl.com/dextutorLinux
Operating System Playlist: https://tinyurl.com/dextutorOS
Operating System Lab Playlist: https://tinyurl.com/dextutorOSLab