4 lines
127 B
Bash
4 lines
127 B
Bash
|
|
touch output.txt /output.txt # create both output.txt and /output.txt
|
||
|
|
mkdir /docs
|
||
|
|
mkdir docs # create both /docs and docs
|