You can chain the find command with the -exec option using this syntax. $ find /home/user -mmin -1 -exec echo rm -f '{}' ...
確定! 回上一頁