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