sickcars
11-25-2005, 08:38 PM
Display a list of all of the lines in the file that contain "Compote" or
"compote".
(Use a character class, do not use alternation or the -i option).
"inventory is where the fiels are"
Im not sure what the answer could be, I think its something like this,
grep "C[ompote] " inventory
But its not the correct answer.
Thanks for any help.
"compote".
(Use a character class, do not use alternation or the -i option).
"inventory is where the fiels are"
Im not sure what the answer could be, I think its something like this,
grep "C[ompote] " inventory
But its not the correct answer.
Thanks for any help.