MultipleChoice
You want to search the file myfile for all occurances of string containing at least five characters, where character number 2 and 5 are 'a' and character number 3 is NOT 'b'. Which command would you use?
OptionsMultipleChoice
What does the following command do? cat '$TEST'
OptionsMultipleChoice
Which of the following commands would display the lines containing capital letters form the file "turkey.txt"?
OptionsMultipleChoice
You wish to kill a process with a PID of 123. Select the command which will allow the process to "clean up" before exiting.
OptionsMultipleChoice
What does the + symbol mean in the following grep regular expression: grep '^d[aei]\+d$' /usr/share/dict/words
Options