linux command memo

1. Find the list of files larger than 100M

find / -size +100M -exec ls -lh {} \;

2. scp copy to remote machine

  scp  ./uc_members.dump [email protected]:/home/jw
 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326850154&siteId=291194637