評論:real world FIND usage

[查看全文]
 sudo find / -type f -name *.jpg  -exec cp {} . \; find . -type f -size +10000 -exec ls -al {} \; find . -atime +1 -type f -exec mv {} TMP \; # mv files older then 1 day to dir TMP find . -n...
發表評論

網友評論僅供網友表達個人看法,並不表明本網同意其觀點或證實其描述。