Linux Basics

You are currently auditing this course.
46 / 107

To find out all the lines from the file big.txt located in /cxldata folder that contain a keyword "Aylmer", we can use the following command:

grep Aylmer /cxldata/big.txt

Try executing the above command and select the option which looks like the result of the command.


Loading comments...