Re: [dev] Shell style guide

From: <ssd_AT_mailless.org>
Date: Thu, 8 Sep 2016 09:27:53 +0200

* Marc Collin 2016-09-08 05:04
> What people here think of heredoc?
>
> cat << EOF
> 1st line
> 2nd line
> 3rd line
> 4th line
> EOF

is there a special reason people use `EOF` rather than anything else.
FWIW, I use a dot. looks very clear and natural to me, saves some
keystrokes, feels right, just as ending a sentence with full stop.

cat <<.
1st line
2nd line
3rd line
4th line
.
Received on Thu Sep 08 2016 - 09:27:53 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 08 2016 - 09:36:11 CEST