20. The following grep command will search the f.txt file for lines containing any number of spaces (at least one space must be present other characters should be on those lines).

a) Grep ‘ *’ f.txt
b) Grep ‘^ *$’ f.txt
c) Grep ‘^ *$’ f.txt
d) Grep -E ‘^ * $’ f.txt
e) Grep ‘ +’ f.txt
f) Grep -e ‘^ + $’ f.txt

1 answer

e) Grep ‘ +’ f.txt
Similar Questions
  1. How are Boolean search strategies and other search filters useful?A.They organize results alphabetically. B.They narrow the
    1. answers icon 12 answers
  2. Why might you need to convert a file to another file type?A. It is a music or image file. B. The file is old. C. The file uses a
    1. answers icon 9 answers
    1. answers icon 1 answer
  3. How are Boolean search strategies and other search filters useful?1. They organize results alphabetically. 2. They narrow the
    1. answers icon 1 answer
more similar questions