42-archive/42sh/sample/2lines.sh
2017-01-24 18:08:32 +01:00

3 lines
53 B
Bash

ls | wc -l > file1
cd ; ls
pwd ; echo "hello world"