Help for this page
Select Code to Download
Select
or
download this
grep ab file.txt
Select
or
download this
perl -ne 'print if /ab/' file.txt
Select
or
download this
perl -ne 'print if /ab/' file.txt