RosettaCodeData/Task/Create-a-file/Friendly-interactive-shell/create-a-file.fish

3 lines
118 B
Fish
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
touch {/,}output.txt # create both /output.txt and output.txt
mkdir {/,}docs # create both /docs and docs