![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A Batch job to delete files from various directories | guruparan18 | Shell Programming and Scripting | 3 | 05-10-2008 05:31 PM |
| Script to delete logs or take backups under specific user | namishtiwari | Shell Programming and Scripting | 12 | 01-25-2008 06:31 AM |
| User home folder permissions catch-22, help! | EugeneG | UNIX for Dummies Questions & Answers | 3 | 07-17-2007 10:11 AM |
| How to backup /home directories? | kingsan | SUN Solaris | 1 | 05-03-2006 06:41 PM |
| Delete old home directories | munch | UNIX for Dummies Questions & Answers | 2 | 03-02-2006 01:16 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Batch delete specific folder from user home directories
Hi!
Need your help. How can I delete the cache folder of multiple user home directories via automatically executed shell script on a Mac OS X Server? Example: The userdata are stored on a Xsan Volume like this: /Volumes/Xsan/userdata/mike /Volumes/Xsan/userdata/peter /Volumes/Xsan/userdata/robert /Volumes/Xsan/userdata/dave /Volumes/Xsan/userdata/michael ... etc. (total 1629 user home directories) and in every userfolder is the same folder structur: Desktop, Documents, Library, Movies, Music, Pictures and Public The folder which should be removed is: /username/Library/Caches The script should go through all 1629 user home directories and delete the entire cache folder. If the folder don't exist it should ignore and go to the next task. I would like to run this script automatically as a cron job in the night. Thanks in advance for your help. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|