help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: quote bashslash in a shell command


From: William Xu
Subject: Re: quote bashslash in a shell command
Date: Mon, 07 Jul 2014 14:27:22 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

"Pascal J. Bourguignon" <pjb@informatimago.com> writes:

> What you'd want to do, is to define a DSL, a domain specific language,
> to build shell command strings.  So you could write something as:
>
>    (pipe (echo foo.bar)
>          (sed -e s/\..//))

That sounds a overkill.

What i'd like to have is that i try a shell command on bash, then i can
simpy copy and paste in elisp.

-- 
William

http://xwl.appspot.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]