gash/test/pipe.sh

2 lines
43 B
Bash
Raw Normal View History

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