waterloo3122 / open-source-docs

Apache License 2.0
0 stars 0 forks source link

Useful Shell Commands #87

Open waterloo3122 opened 5 years ago

waterloo3122 commented 5 years ago

计算某个目录下,某种类型的文件的总大小

find . -type f -name 'mysql_log_bin.*' -exec du -ch {} + |grep total