Linux CLI - Searching and Finding
What does the command
grep -r 'error' /var/log do?grep -r 'error' /var/log do?grep -r option-r flag tells grep to search recursively inside all files in the given directory and its subdirectories.grep -r means recursive search [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions