[EMAIL PROTECTED] (Corey Wright) writes:

> "clean-up hash directory"
> http://www.paul.sladen.org/vserver/archives/200609/0016.html

Can be written much shorter as

| find /vservers/.hash/ -links 1 | xargs rm -f
| find /vservers/.hash/ -type d  | xargs rmdir 2>/dev/null

(no need for '-0' flag)



Enrico

Attachment: pgpdTTOpQo1zE.pgp
Description: PGP signature

_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to