diff --git a/README.md b/README.md index 6eb29b3..4271e1f 100644 --- a/README.md +++ b/README.md @@ -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 ```