Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: outputting quotes in a command
- X-seq: zsh-users 12286
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: outputting quotes in a command
- Date: Tue, 04 Dec 2007 13:54:42 +0100
- In-reply-to: <20071204124228.GA31450@xxxxxxxxxxxx>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20071204124228.GA31450@xxxxxxxxxxxx>
Eric Smith <es@xxxxxxxxxxxx>:
> 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
That works here (unless I'm misunderstanding you).
Note, that you can use:
% mutt -f foo -e 'push "<limit> ~f bar ~d <2w<enter>"'
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author