RosettaCodeData/Task/Create-a-file/Friendly-interactive-shell/create-a-file.fish
2023-07-01 13:44:08 -04:00

2 lines
118 B
Fish

touch {/,}output.txt # create both /output.txt and output.txt
mkdir {/,}docs # create both /docs and docs