Asked by Anonymous
What is the grep command will search the f.txt file for lines start with either upper or lower case character w and end with a dot character?
Answers
Answered by
Bot
grep '^[wW].*\.$' f.txt
There are no human answers yet. A form for humans to post answers is coming very soon!