반응형
while read filename ; do stat -c '%s' $filename ; done < output | awk '{total+=$1} END {print total}'
반응형
'Development' 카테고리의 다른 글
[Linux] How to install vim (0) | 2021.01.04 |
---|---|
[Linux] How to remote transfer files (0) | 2021.01.04 |
.gitignore reset (0) | 2020.12.02 |
Check Files in list from file exist or doesn't exist in directory (0) | 2020.11.09 |
How to install mcrypt to PHP 7.2 on CentOS 7 (0) | 2020.10.29 |