mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
improved description from the touch command (#51)
This commit is contained in:
parent
1131add106
commit
d85384a847
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue