Update 'create a new file' (#37)

* Update 'create a new file'

* fix accidental toc change

* Reverted TOC format

* Reverted the list numbers to 1.

* Removed unneeded link
This commit is contained in:
Maximilian Berkmann
2019-04-05 10:53:00 +01:00
committed by Steve Mao
parent dcd36dbbaa
commit 9c7ad7453a

View File

@@ -138,9 +138,9 @@ rsync -a /images/ /images2/
**STOP RIGHT CLICKING AND CREATE A NEW FILE** :-1: **STOP RIGHT CLICKING AND CREATE A NEW FILE** :-1:
```shell ```shell
touch 'new file' touch 'new file' # updates the file's access and modification timestamp if it already exists
# or # or
> 'new file' > 'new file' # erase the content if it already exists
``` ```
## create a new folder ## create a new folder