Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In Linux, you have file, kevin.txt, how do you print all the lines that have word "test", case insensative?
Answer
grep -i test kevin.txt

Question
In Linux, you have file, kevin.txt, how do you print all the lines that have word "test", case insensative?
Answer
?

Question
In Linux, you have file, kevin.txt, how do you print all the lines that have word "test", case insensative?
Answer
grep -i test kevin.txt
If you want to change selection, open document below and click on "Move attachment"

4. Basic Commands
h versatility that their functionality often overlaps with that of other commands. One actually never stops learning new and nifty ways of doing things hidden in the dark corners of man pages.] <span>grep -i <pattern> <filename> does the same as an ordinary grep but is case insensitive. 4.16 Copying to MS-DOS and Windows Formatted Floppy Disks A package, called the mtools packag

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.