Hi folks
I am issuing the following command:
grep "[\/:*?"<>|#+%&]" *
Looking for the characters \/:*?"<>|#+%& within all files in a directory, but the command fails being unhappy with pipe:
ksh: 0403-057 Syntax error: `|' is not expected.
How do I force the command to take the pipe | ? I guess the same is for *some* of the other symbols.
Regards, Dave