4 lines
94 B
Bash
4 lines
94 B
Bash
ls | wc -l > file1
|
|
cd ; pwd | wc -l ; echo "bonjour"
|
|
ls -l > file2
|
|
pwd ; echo "hello world"
|