diff --git a/sheets/stat b/sheets/stat index 13d2dac..2d1fc94 100644 --- a/sheets/stat +++ b/sheets/stat @@ -1,2 +1,5 @@ # display numerical values for file permissions stat -c '%a %n' * + +# Display only the octal permissions for the given directory. Great for tests. +stat --format='%a' /boot