kageの日記: その後の find /
日記 by
kage
あまりに長いので ^c して
find /etc -type f -exec grep -l {} \;
find /var -type f -exec grep -l {} \;
で代用した。
find /etc -type f -exec grep -l {} \;
find /var -type f -exec grep -l {} \;
で代用した。
目玉の数さえ十分あれば、どんなバグも深刻ではない -- Eric Raymond