gash/test/20-pipe-sed-cat.sh

2 lines
58 B
Bash

echo -e 'a\nb\nc' test/data/star/* | sed 's, ,\n,g' | cat