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

2 lines
59 B
Bash

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