Bug#306435: Hidden file info: .tmp.ldif.swp

2005-04-27 Thread Adam Clarke
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 using mv it will be pretty awful
https://www.redhat.com/archives/fedora-list/2004-July/msg05272.html
Cheers
Adam Clarke
Strategic Data Pty Ltd
www.strategicdata.com.au
[EMAIL PROTECTED]
[p] +61-3-9348-2013
[f] +61-3-9348-2015
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#306435: Hidden file info: .tmp.ldif.swp

2005-04-26 Thread Torsten Landschoff
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/backups/...
Wasn't there a feature in glob expansion which would also match hidden
files?

Greetings

Torsten


signature.asc
Description: Digital signature


Bug#306435: Hidden file info: .tmp.ldif.swp

2005-04-26 Thread Adam Clarke
Hidden file was called: .tmp.ldif.swp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]