# Pe un volum sunt multe symlink-uri ramase "orfane", adica au fost sterse 
# fisierele catre care aratau.
# 
# Sunt destul de multe pentru a fi curatate cu mana.
# 
# Ce scula poate face treaba asta automat?

   perl -e 'for(qx(find -type l)) {chomp; system("rm $_") if((stat($_))[6]=~/^$/)}'

-- 
Radu <[EMAIL PROTECTED]>
It is the weak who are cruel, only the strong can be truly gentle.
---
Pentru dezabonare, trimiteti mail la 
[EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'.
REGULI, arhive si alte informatii: http://www.lug.ro/mlist/


Raspunde prin e-mail lui