Mail Archives: cygwin/1998/08/20/05:15:39
On Mon, 17 Aug 1998 07:34:14 -0700 (PDT), Earnie Boyd wrote:
> In order to put this in the archive and to educate the ignorant as I
> used to be, the circumflex "^" (SHIFT of 6 on US Keyboard) can be used
> to quote any character similar to the backslash "\" in UNIX.
>
> Example:
>
> bash$: grep some_variable \| some_other_variable *.c
>
> would translate to
>
> DOS$: grep some_variable ^| some_other_variable *.c
Hmm, is this a trick of NT or do you run 4dos or some other non-standard
command interpreter?
grep "some_variable | some_other_variable" *.c
works with command.com (from Win95 and IIRC also earlier DOS versions).
Note that single quotes don't work, only double quotes.
Regards...
Michael
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -