stat: remove the "use stat"

This commit is contained in:
Agniva De Sarker
2017-10-16 11:38:23 +05:30
committed by GitHub
parent 0833e8e8d9
commit bb165ecc57

View File

@@ -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}}`