Added `touch` command.

I added the `touch` command that creates a new file. I couldn't find anywhere else to put it.
pull/730/head
ZBOMB 2021-05-04 21:43:36 -04:00 committed by GitHub
parent f79f79cfe6
commit e38249f20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -452,6 +452,8 @@ A few examples of piecing together commands:
- `file`: identify type of a file
- `touch "FILENAME.txt"`: create a new file
- `tree`: display directories and subdirectories as a nesting tree; like `ls` but recursive
- `stat`: file info