Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Passing parameters completely untouched



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