Skip to content

Instantly share code, notes, and snippets.

@franckweb
Last active March 19, 2020 03:57
Show Gist options
  • Save franckweb/97b1c8f9ee208468e00b4ebd03cbab8d to your computer and use it in GitHub Desktop.
Save franckweb/97b1c8f9ee208468e00b4ebd03cbab8d to your computer and use it in GitHub Desktop.
Alias
# 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