Date: Sun, 29 Jun 2008 00:07:36 +0800 (SGT)
From: patricko (at mark) staff.singnet.com.sg
Subject: [coba-e:13422] Re: purging logfiles
To: coba-e (at mark) bluequartz.org
Cc: dennis (at mark) mixfans.org
Message-Id: <Pine.LNX.4.44.0806290004080.12082-100000 (at mark) staff.singnet.com.sg>
X-Mail-Count: 13422
Simple
Use 'find'
eg:
find /home/.sites/*/*/logs/
'man find'
to narrow the search and pipe to delete
Cheers
patrick