improved description from the touch command (#51)

This commit is contained in:
Gibran Malheiros 2017-04-18 02:57:54 -03:00 committed by Adnan Ahmed
parent 1131add106
commit d85384a847
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ tail filename
```
### s. `touch`
Creates or updates your file.
Updates access and modification time stamps of your file. If it doesn't exists, it'll be created.
```bash
touch filename
```