j
k
j a
j l
Anas Alnaffar wrote:
I tried to run this command find -name "*.access*" -mtime +2 -exec rm {} ;
I tried to run this command
find -name "*.access*" -mtime +2 -exec rm {} ;
Should have been: find ./ -name *.access* -mtime +2 -exec rm -f {} ;
Back to the thread
Back to the list