tags 60038 notabug
thanks
On Tue, Dec 13, 2022 at 10:04 AM Daniel Schättgen
wrote:
> When searching for a pattern that includes "-/", the pattern is interpreted
> as option:
>
> [dsg@db01]# grep "-" example.txt
> --/--
> [dsg@db01]# grep "/" example.txt
> --/--
> [dsg@db01]# grep "-/" example.tx
Hello,
When searching for a pattern that includes "-/", the pattern is interpreted as
option:
[dsg@db01]# grep "-" example.txt
--/--
[dsg@db01]# grep "/" example.txt
--/--
[dsg@db01]# grep "-/" example.txt
grep: invalid option -- '/'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' fo