From d85384a84748f8487349268048323576f9d14d9a Mon Sep 17 00:00:00 2001 From: Gibran Malheiros Date: Tue, 18 Apr 2017 02:57:54 -0300 Subject: [PATCH] improved description from the touch command (#51) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```