find . -mtime +7 -exec rm -rf {} \;
In my case, I will delete old diectories and files in using find command.
Very cafeful things is to have '\'(reverse slash) and to have space between '{}' and '\;' .
'c or linux' 카테고리의 다른 글
c언어 소스 검색 (0) | 2009.11.25 |
---|---|
Introduction about web NTOP (0) | 2009.05.13 |
How to get cpu usage in Linux on shell programme (0) | 2009.04.29 |
리눅스 메모리 많이 먹는 녀석 찾아내기 (0) | 2009.02.21 |
rsh timeout 옵션과 함께 동작시키기 (0) | 2009.02.04 |