Unix
最終更新日 : 2011-04-11 15:27:50
チップ
find
ファイル探す
find . -type f | grep -i Growlディレクトリも含む
find . | grep -i Growl
rsync
rsync -e ssh -auvzC --dry-run /data/ 128.1.1.18:/data/ -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X) #権限周り等も引き継ぐ -u, --update skip files that are newer on the receiver -v, --verbose increase verbosity -z, --compress compress file data during the transfer -C, --cvs-exclude auto-ignore files in the same way CVS does
アクセス数とかしらべる
/api/以外
cat /var/log/httpd/access_log | grep -v /api/ | wc -l