find -mmin -19 -exec rm '{}';
It will find the modified files 1st and then remove them.
but it gives me error as below,
find: missing argument to `-exec'
Also tried various combinations like,
find -mmin -19 -exec rm '{}';
find -mmin -19 -exec rm '{}'/;
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…