Torsten Landschoff wrote:
Steve, do you have any idea how to remove hidden
files as well? Currently we do mv /var/lib/ldap/* /var/backups/...
Not sure if this is the easiest way but
find /var/lib/ldap/* -mindepth 1 -exec mv \{\}
/var/backups/ \;
Seems to work
This page seems to suggest that just
On Wed, Apr 27, 2005 at 10:34:16AM +1000, Adam Clarke wrote:
> Hidden file was called: .tmp.ldif.swp
Which looks as if it was a swap file as generated by vim. Hmm, could
happen to other people. Steve, do you have any idea how to remove hidden
files as well? Currently we do mv /var/lib/ldap/* /var/
Hidden file was called: .tmp.ldif.swp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
3 matches
Mail list logo