RosettaCodeData/Task/Create-a-file/UNIX-Shell/create-a-file-1.sh
2023-07-01 13:44:08 -04:00

3 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