Create a file: Difference between revisions

m
→‎{{header|UNIX Shell}}: Always use 'bash' in the lang tag.
No edit summary
m (→‎{{header|UNIX Shell}}: Always use 'bash' in the lang tag.)
Line 1,013:
 
{{works with|Bourne Shell}}
<lang shbash>touch output.txt /output.txt # create both output.txt and /output.txt
mkdir /docs
mkdir docs # create both /docs and docs</lang>
Anonymous user