man find 해보시면
파일을 찾을 시간 조건을 줄수 있습니다.
그리고 이 조건에 해당하는 파일에 대하여
명령을 실행하는 부분이 있구요.
find . -mtime 1 -exec rm -rf {} \;
이것과 비슷하게 될것 같네요.
-mtime n
True if the file's data was modified n days ago.
-exec command
True if the executed command returns a zero value as
exit status. The end of command must be punctuated by
an escaped semicolon (;). A command argument {} is
replaced by the current path name. If the last argu-
ment to -exec is {} and you specify + rather than the
semicolon (;), the command will be invoked fewer
times, with {} replaced by groups of pathnames.
------식은이 처------
길이 끝나는 저기엔 아무 것도 없어요. 희망이고 나발이고 아무 것도 없어.
man find 해보시면 파일을 찾을 시간 조건을 줄수 있습니다.
man find 해보시면
파일을 찾을 시간 조건을 줄수 있습니다.
그리고 이 조건에 해당하는 파일에 대하여
명령을 실행하는 부분이 있구요.
find . -mtime 1 -exec rm -rf {} \;
이것과 비슷하게 될것 같네요.
-mtime n
True if the file's data was modified n days ago.
-exec command
True if the executed command returns a zero value as
exit status. The end of command must be punctuated by
an escaped semicolon (;). A command argument {} is
replaced by the current path name. If the last argu-
ment to -exec is {} and you specify + rather than the
semicolon (;), the command will be invoked fewer
times, with {} replaced by groups of pathnames.
------식은이 처------
길이 끝나는 저기엔 아무 것도 없어요. 희망이고 나발이고 아무 것도 없어.
질문은 Q&A 게시판에서 해주시길 부탁드립니다 :)
질문은 Q&A 게시판에서 해주시길 부탁드립니다 :)
----
http://www.planetmono.org