RosettaCodeData/Task/Create-a-file/UNIX-Shell/create-a-file-1.sh
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07: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