LPIC Practice Session
Session ID: 129
Mode: objective
Status: in_progress
Answered: 0 / 10
Score: 0%
Review flagged, incorrect, and unanswered questions
1
2
3
4
5
6
7
8
9
10
Review:
All |
First Unanswered |
First Flagged
Name the two POSIX forms of regular expressions mentioned in the lesson.
Which grep option selects every line except those containing matches?
Which grep option displays only the total count of matching lines instead of the lines themselves?
Which grep option makes searches case-insensitive?
Which grep option makes the search case-insensitive?
Enter the egrep command that lists only .org or .com domains from domains.txt.
What does the dot (.) atom match in a regular expression?
Which grep option selects all lines except matching ones?
How can egrep be used to list only .org or .com domains from domains.txt?
Enter the grep command that counts disks named /dev/sda or /dev/sdb from the output of fdisk -l.
Start another random practice session