Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Avoiding the zshells intelligence...in one case
- X-seq: zsh-users 22404
- From: Meino.Cramer@xxxxxx
- To: zsh-users@xxxxxxx
- Subject: Avoiding the zshells intelligence...in one case
- Date: Sun, 22 Jan 2017 09:01:53 +0100
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
I want to wriet a zscript, which first argument is a URL like
this: http://www.domain.com/file/scrap?t=5O2%20&30
(this URL is fiction and probably nonsense...)
Or in other words: Those URLs may contain a lot of "active"
stuff, which zsh will transform,replace,expand,glob and
what else (and normally I am quite happy with that :)
Previously I used commands like
zscript 'http://<URL>'
but over the time I get annoyed by the '' since the
stuff in between was cute'n'pasted from somewhere else.
Is there any way to write a script/alias which takes
its first/nth argument verbatim and character by character
without any intelligent intervention of the zshell?
Thank you very much in advance for any help!
Cheers
Meino
Messages sorted by:
Reverse Date,
Date,
Thread,
Author