Question: What is the purpose of the 'grep' command with the '-v' option?Answer: The '-v' option in 'grep' is used to invert the match, displaying lines that do not match the pattern. |
Is it helpful?
Yes
No
Most helpful rated by users:
- What is the purpose of the \'chmod\' command in Linux?
- What is the role of the \'grep\' command in Linux?
- Explain the difference between \'rm\' and \'rmdir\' commands.
- Explain the purpose of the \'ls\' command.
- Explain the purpose of the \'sudo\' command.