We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a new alias named lsm ("list modes") for the stat command to show file/directory mode bits (attributes) in the octal notation format.
lsm
stat
The text was updated successfully, but these errors were encountered:
Add new "lsm" alias for file modes/attributes
cc75c2f
This commit adds a new alias named "lsm" for the "stat" command to show file/directory mode bits (attributes) (1) in the octal notation format. References: (1) https://en.wikipedia.org/wiki/File_system_permissions GH-85
Merge pull request #88 from arcticicestudio/feature/gh-85-bash-file-a…
d20e4d2
…ttribute-alias alias for file/directory mode bits (attributes) in octal notation format
No branches or pull requests
Add a new alias named
lsm
("list modes") for thestat
command to show file/directory mode bits (attributes) in the octal notation format.The text was updated successfully, but these errors were encountered: