commit | 87f6a93fc594934b21fcd0e9d42baad2abb209ae | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Oct 27 23:12:48 2015 -0500 |
committer | Rob Landley <rob@landley.net> | Tue Oct 27 23:12:48 2015 -0500 |
tree | 7bf5ab8a1b99a466bf8ab5406194f73e6de755af | |
parent | 10a942f7a67fe7f8dc6c17c3115449f5034fb607 [diff] |
Fix ls error message for chmod -r directories. Also, if you mkdir "$(echo -e "one\ntwo"); chmod -r one*; ls -q one* it honors -q.