Ask a New Question
Search
Write a GREP command that
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
asked by
Anonymous
135 views
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
asked by
Anonymous
133 views
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
asked by
Anonymous
139 views
18. The following grep command will search the f.txt file for empty lines (lines that contain no characters).
a) Grep ‘’
1 answer
asked by
Anonymous
122 views
6. Grep command can search through text files as well as through the output of other command.
a) True b) False
1 answer
asked by
Anonymous
131 views
Write a GREP command that would list lines from the "text.txt" file that have character 3, 5, or 7 as a second character and do
1 answer
asked by
Anonymous
132 views
Write a GREP command that would list lines from the "text.txt" file that contain a character “a” not followed by a character
1 answer
asked by
Anonymous
159 views
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
1 answer
asked by
Anonymous
115 views
Grep command in "Text.txt" that contain a character “a” not followed by a character “i” and end with any numeric
1 answer
asked by
Anonymous
119 views
Write an AWK command command to select the lines from the “text.txt” file that contain any of the following values 00, 03,
1 answer
asked by
Anonymous
241 views