From 9a0aefb48aac2001be002181afb9edc115912fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer?= Date: Wed, 3 May 2017 12:08:13 +0300 Subject: [PATCH] Update README.md (#53) mis-typing your-> you --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ab9658..74eaccd 100644 --- a/README.md +++ b/README.md @@ -1062,7 +1062,7 @@ str1>str2 # str1 is greater than str2 -f file # file exists and is a regular file (i.e., not a directory or other special type of file) -r file # you have read permission -s file # file exists and is not empty --w file # your have write permission +-w file # you have write permission -x file # you have execute permission on file, or directory search permission if it is a directory -N file # file was modified since it was last read -O file # you own file