1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:15:35 +02:00

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