Hi, The Find command has been very useful to me in finding files or directories that I could'nt remember the exact name. for example: find / -iname "*web*" finds occurrences of files and directories containing the text "web" in the filename/dirname. Is there a way to format the screen output of the above command so that I see all the file information (as in "ls -al"), which yields file and directory attributes, dates, owner, etc. TIA, -Rick