Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
outputting quotes in a command
- X-seq: zsh-users 12285
- From: Eric Smith <es@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: outputting quotes in a command
- Date: Tue, 4 Dec 2007 13:42:28 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I want to output from a script the following command
(obviously where I will have foo bar as variables).
$ mutt -f foo -e 'push "<limit> ~f bar ~d <2w^M"'
Where ^M represents a carriage return
I cannot reproduce the quoting in the attempts i have made with
backslasing.
How would I achieve this?
--
- Eric Smith
Messages sorted by:
Reverse Date,
Date,
Thread,
Author