help-bash
[Top][All Lists]
Advanced

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

[Help-bash] Is it possible to combine here-doc and pipeline?


From: Peng Yu
Subject: [Help-bash] Is it possible to combine here-doc and pipeline?
Date: Thu, 27 Jul 2017 18:04:12 -0500

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
a
b
c
EOF \
    | cat


-- 
Regards,
Peng



reply via email to

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