This is a sample video. To access the full content, please Login
what is the basic syntax of a grep command
How do regular expressions enhance the functionality of the grep command?
328 visits
Outline:Match multiple patterns Case-insensitive search Character classes Use of * Dot (.) operator Anchors: beginning (^) and end ($) of line
Match multiple patterns Case-insensitive search Character classes Use of * Dot (.) operator Anchors: beginning (^) and end ($) of line
Show video info
Pre-requisite