useful-linux-cmd 2016-10-19 linux find, grep, ssh 寻找find . -mtime -4(4天内)/4(4天前的那一天)/+4(5天前)locate fielname* (updatedb) 寻找定位find ./ -name "*.c" -exec grep -n "string" {} \; 寻找与替换find -name "*" -exec sed -i 's/str1/str2/g' {}\;-print ssh请求ssh -nNTf -D 7000 root@IPssh -qTfnN -D 7070 root@IP