-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
#6 Added perms script #29
Conversation
Kindly put proper PR heading. |
Updated the PR heading. |
Please make the required changes! You can use linter like |
ping me here when you're done with those, so we can move forward with your PR! |
Hey @aryamagarwal! Great work on fixing those issues, I am seeing that your code simply fails to work for directory! Can you check into that? ping me here when you're done with those/need any help, so we can move forward with your PR! |
LGTM 👍 Accepted! Great work @aryamagarwal! Thanks for your contribution! also keep a good practice to write only relevant names for branches! like feat-perms fix-#6 etc |
Fixes #6
I've written a Bash script to list the permissions of given files in octal format.
The script loops through each file to retrieve its permissions using the ls command and outputs the permissions in the specified format.