标签:code awk sum ls -l cat usr 多行 exe type
shell对文档里的多行数字求和:/usr/bin/find $Dir/$b/* -type f -exec ls -l {} \; | awk -F[:" "]+ ‘{print $5}‘ > /log/aa.txt
Size=cat /log/aa.txt | awk ‘{sum+=$1} END {print sum}‘
echo $Size
标签:code awk sum ls -l cat usr 多行 exe type
原文地址:https://blog.51cto.com/yangzhiming/2359433