This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: FYI: character quoting in Win32


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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]