mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-23 13:23:10 +02:00
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:
committed by
Steve Mao
parent
dcd36dbbaa
commit
9c7ad7453a
@@ -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
|
||||||
|
Reference in New Issue
Block a user