I gotta write a script that will search a directory put on the command line and any sub-directories of that directory for temp files/directories that meet these criteria:
Temp file and temp directory names will begin with a comma (,).
if they have not been modified in 5 days
only users with user ids greater than or equal to 500 will be checked for temp files and directories (if not, terminate with a message)
I don't even know where to start... this isn't my usual cup of tea. An example, or just some simple help would be SO APPRECIATED. Thank yous!


LinkBack URL
About LinkBacks
Reply With Quote

