Bash script, need help with
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
code from the initial post seems to have disappeared... rolled up an example.
only requirement that it doesn't meet is printing full path (only prints relative) under #3 in the report. the variable t is the lowest uid the permissions changes will affect. commented out the chmods so no one accidentally does this to their system. oops. |
||||
|
|
|
Instead of specifying $1 $2 $3, loop over the inputs like so:
Then, you will need to change all $1 to $user |
|||||||||||
|