Created
March 19, 2024 09:58
-
-
Save gm3dmo/6adb23e24a881943e1f0da03c88f4291 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# perl octal permission printer | |
perl -e 'printf "%04o %s\n", (stat)[2] & 07777, $_ for @ARGV' * | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment