Written by
    
        Tanji
    
    
      
on
  on
오래된 데이터 정리할 때 유용한 Commands
오래된 데이터 정리할 때 유용한 Commands…
$  Find . -name "WAVECAR" -type f |xargs rm -f
 $  Find ~/ -name "sub" -type d |xargs rm -rf
오래된 데이터 정리할 때 유용한 Commands…
$  Find . -name "WAVECAR" -type f |xargs rm -f
 $  Find ~/ -name "sub" -type d |xargs rm -rf