2 lines
50 B
Bash
2 lines
50 B
Bash
ls | wc -l > file1 ; cd
|
|
pwd ; echo "hello world"
|
ls | wc -l > file1 ; cd
|
|
pwd ; echo "hello world"
|