[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Is it possible to combine here-doc and pipeline?
From: |
Eduardo Bustamante |
Subject: |
Re: [Help-bash] Is it possible to combine here-doc and pipeline? |
Date: |
Thu, 27 Jul 2017 18:06:07 -0500 |
On Thu, Jul 27, 2017 at 6:04 PM, Peng Yu <address@hidden> wrote:
> Hi,
>
> I think there is not a way to combine here-doc and pipeline based on
> my test. Could anyone confirm if this is the case? Thanks.
[...]
$ cat <<EOF | sed 's/a/b/g'
> what a wonderful world
> EOF
whbt b wonderful world