Ask a New Question
Search
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?
1 answer
grep '^[wW].*\.$' f.txt