Linux CLI - Text Processing
Which of the following is the correct syntax to search for the word
error in a file named log.txt using grep?error in a file named log.txt using grep?grep [pattern] [file]. So to search for 'error' in 'log.txt', use grep error log.txt.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions