14. The following grep command will search the f.txt file for all lines containing any stand-alone three digit number.

a) Grep ‘…\{3\}’ f.txt
b) Grep ‘[0-9]\{3\}’ f.txt
c) Grep ‘[0-9] [0-9] [0-9]’f.txt
d) Grep ‘???’ f.txt
e) Grep -w ‘[0-9] \{3\}’ f.txt

1 answer

b) Grep ‘[0-9]\{3\}’ f.txt
Similar Questions
  1. 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
  2. 1. Stand in line, please.2. Stand in a line, please. 3. Stand in two lines, please. 4. Stand in row. 5. Stand in a row. 6. Stand
    1. answers icon 1 answer
    1. answers icon 1 answer
  3. What does a file extension tell you?A. what the file is about******* B. where the file is located C. what type of file it is D.
    1. answers icon 11 answers
more similar questions