以下示例显示向here-string添加了一个换行符。 为什么要这样做?
xxd -p <<<'a' # output: 610a xxd -p <<<'a ' # output: 610a0a
bash text-processing
bash ×1
text-processing ×1