Simple scripting help.
Hi all. I have two simple problems, two scripts. I would like to automatically remove all Network Trash Folder from each volume that i find with
find / -name 'Network T*' how do i do that?
Second is similar, i have a program that makes textbackupfiles every night with ending date.txt in the filename. I would like to delete all files older than one week automatic with a script.
Many thanks..