hi, vgersh99
Thanks for the reply.
The find command you supplied doesn't seem to show symbolic links.
hi PHV,
I am using:
ls -l /folder/ | awk '{print substr($0,56)}'
and it works superbly!!!
Many Thanks! (I will read the man page for awk to try and figure out what awk is actually doing)...