Linux OS Editors Question:
The command "sed -n '/google/p' old.txt" will:
a) print the lines containing the word 'google' in file old.txt
b) delete the lines containing the word 'google' in file old.txt
c) will generate an error message
d) none of the mentioned

Answer:
a) print the lines containing the word 'google' in file old.txt