42-archive/42sh/sample/4lines.sh

4 lines
94 B
Bash

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