I am trying to find all the world readable files on my system and then pipe the output to an LS command. However when I try to use the EXEC switch it fails... I am not sure what I am doing wrong here.
:/ftssuser/ctc03(63):>find ~ -perm -o=r -exec ls -al {}
FSUM6506 find: non-terminated "-exec" argument list
Usage: find directory ... expression
http://www.ibm.com/support/knowledgecen ... 0/find.htm
Here is the book entry for the find command ... I am sure I'm missing a terminating chracter.
If I drop the -exec I get the results I am expecting but I am missing the RWX bits and if it is a symbolic entry or not.