undefined@pobox.com (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
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver