Confirmed users
4,467
edits
Line 123: | Line 123: | ||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | ||
find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | find . -mindepth 1 -type d ! -perm 755 ! -name 'contrib*' | ||
^^ Last line is WRONG, should be |find . -maxdepth 1 -type d -perm | ^^ Last line is WRONG, should be |find . -maxdepth 1 -type d -perm 2775 ! -name 'contrib*'| | ||
No Solaris builds at this point, so no output from any of these commands. | No Solaris builds at this point, so no output from any of these commands. | ||