Last active
March 19, 2020 03:57
-
-
Save franckweb/97b1c8f9ee208468e00b4ebd03cbab8d to your computer and use it in GitHub Desktop.
Alias
This file contains hidden or 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
# Prints permissions in octal format | |
# perms filename.jpg | |
# perms * | |
alias perms='stat -c "%a %n"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment