> > find -name "*~" -and -not -type d -print | xargs rm -f > find -name "*~" -not -type d -print | xargs rm -f > で大丈夫だな > しかし最後が~な関係無いファイルまで消されそうだが 普通そんなファイルないよな 参考:2001/10/31(水)23時11分13秒