RosettaCodeData/Task/Create-a-file/UNIX-Shell/create-a-file-1.sh

4 lines
127 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
touch output.txt /output.txt # create both output.txt and /output.txt
mkdir /docs
mkdir docs # create both /docs and docs