|
|
|
|
|
by rgrau
83 days ago
|
|
for multiline pipes, it's WAY better to format like foo |
bar |
baz
You don't have to use backquotes, AND, it allows you to comment line by line, because there's no backslash messing with the parser.I also use a last `|\ncat` so you can delete any line and you don't have to worry about the last line being a bit different than the rest I created a list of similar tricks in https://github.com/kidd/scripting-field-guide in case anyone wants to take a look |
|