Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Passing parameters completely untouched
- X-seq: zsh-users 8779
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Passing parameters completely untouched
- Date: Fri, 06 May 2005 04:02:07 +0000
- In-reply-to: <pf5l71lbqhok9gf9b4j606li2s77h848ij@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <pf5l71lbqhok9gf9b4j606li2s77h848ij@xxxxxxx>
On May 5, 11:02pm, zzapper wrote:
}
} I want to be able to pass a string with backquotes w/o them being
} interpreted
You mean backslashes, apparently, not backquotes?
} > convert_path "c:\aaa\fred\file.txt"
Use single quotes, man.
> convert_path 'c:\aaa\fred\file.txt'
(I presume "> " is a zsh prompt and not a Windows "MS-DOS Prompt" prompt.
If the latter, you're out of luck.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author