1.
What is the effect of the egrep command when the -v option is used?
2.
What does the ? symbol within regular expressions represent?
3.
In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?
4.
Which of the following commands displays the contents of a gzip compressed tar archive?
5.
Which grep command will print only the lines that do not end with a / in the file foo?
6.
Which of the following commands is used to change options and positional parameters for a running Bash?
7.
Which of the following commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter?
8.
Which shell command is used to continue background execution of a suspended command?
9.
Which of the following shell redirections will write standard output and standard error output to a file named filename?
10.
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?