Sort 4

bash find delete sort

리눅스 날짜 기준으로 파일 삭제하기 How to sort the files according to the time stamp in unix? [closed] Find Delete find 폴더 -name '파일명' -mtime +일수 -delete find 폴더 -name '파일명' -mtime +일수 -exec rm -f {} \; find 폴더 -name '파일명' -mtime +일수 | xargs rm -f ll --time-style full-iso | awk '{print $6" "$9}' | grep 2011-08 ll --time-style full-iso | awk '{print $6" "$9}' | grep 2011-08 | awk '{print $2}' | xargs rm -f Sort..

os/Linux 2017.04.11
반응형