42-archive/42sh/sample/2lines.sh
2017-01-30 17:23:55 +01:00

3 lines
57 B
Bash

ls ; echo ; pwd | cat > file2
ls | cat
pwd ; echo hello