Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
avoid interpretation of special characters
- X-seq: zsh-users 12296
- From: Eric Smith <es@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: avoid interpretation of special characters
- Date: Thu, 6 Dec 2007 11:11:49 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
For my command (say mut), I want to avoid shell interpretation of
characters like ~ and > or <
so when I go mut ~f foo and ~r <2w ~r >1w
I want those characters passed literally to the script.
(instead of obviously have to use backslash or quotes for this
purpose.
Thanks!
--
- Eric Smith
Messages sorted by:
Reverse Date,
Date,
Thread,
Author