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

Re: outputting quotes in a command



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