From bb165ecc579b5b79eba8b3b43ce03530423a4ed4 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 16 Oct 2017 11:38:23 +0530 Subject: [PATCH] stat: remove the "use stat" --- pages/linux/stat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/stat.md b/pages/linux/stat.md index 9104024ab8..734d288732 100644 --- a/pages/linux/stat.md +++ b/pages/linux/stat.md @@ -14,7 +14,7 @@ `stat -f {{file}}` -- Use stat to show only octal file permissions: +- Show only octal file permissions: `stat -c "%a %n" {{file}}`