On Sun, 3 Dec 2017 15:11:02 -0500, Robert S. Hansel wrote: > >1) I've found it necessary to specify the path as /* with the find command. > That follows symlinks in /, but omits dotted files there. (Does z/OS have any such?)
On most UNIXen "find ... -follow" will not follow cyclic symlink chains. Not so z/OS, which mindlessly loops. (On most UNIXen "find" supports the "-iname", "-ls", and "-print0" options.) -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
