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
Ask a New Question
or
answer this question
.
Similar Questions
1. The following grep command will search the f.txt file for lines start with either upper- or lower-case character w and end
1 answer
14. The following grep command will search the f.txt file for all lines containing any stand-alone three digit number.
a) Grep
1 answer
20. The following grep command will search the f.txt file for lines containing any number of spaces (at least one space must be
1 answer
18. The following grep command will search the f.txt file for empty lines (lines that contain no characters).
a) Grep ‘’
1 answer
more similar questions