
September 20th, 2012, 04:21 PM
|
|
Registered User
|
|
Join Date: May 2012
Posts: 10
Time spent in forums: 1 h 7 m 27 sec
Reputation Power: 0
|
|
|
simple typo
I fixed it, it was a simple typo, an extra backslash not wanted.
In the end I used:
find "public_html" -path 'public_html/components/libraries/cmslib/cache' -prune -o -path 'public_html/components/com_pagecache/data/pages' -prune -o -path 'public_html/cache' -prune -o -mtime 0
|