|
|
|
|
|
by metadat
1406 days ago
|
|
Correct, though you could pipe to sed and trim leading spaces with relative ease: sed 's/^ *//' <<EOF Which I'd prefer anyways because it's less cryptic. I try to stay away from the obscure, rarely used notations because I'll always have to look it up in StackOverflow anytime I come back to it. These can be confusingly sharp edges. |
|