You can use the -exec operator of find to execute the ls -l command on each file that matches the search criteria, like this: find / -size +20000k -exec ls ...
確定! 回上一頁