Wednesday, 28 August 2013

How do you use output redirection in combination with here-documents=?iso-8859-1?Q?=3F_=96_unix.stackexchange.com?=

How do you use output redirection in combination with here-documents? –
unix.stackexchange.com

Let's say I have a script that I want to pipe to another command or
redirect to a file (piping to sh for the examples). Assume that I'm using
bash. I could do it using echo: echo "touch somefile ...

No comments:

Post a Comment