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

3 lines
118 B
Bash
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
touch {/,}output.txt # create both /output.txt and output.txt
mkdir {/,}docs # create both /docs and docs