help-make
[Top][All Lists]
Advanced

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

Re: here document in recipe


From: Stephan Beal
Subject: Re: here document in recipe
Date: Tue, 22 Nov 2011 14:19:14 +0100

On Tue, Nov 22, 2011 at 2:18 PM, Stephan Beal <address@hidden>wrote:
>
> { \
>   echo "command 1;"; \
>   echo  "commnd 2;"; \
> } > tmpfile
>

or simply pipe the above to ssh instead of >tmpfile.

PS: i don't know if block-level redirection is bash-specific or not.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/


reply via email to

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