зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
2 строки
48 B
Plaintext
2 строки
48 B
Plaintext
awk '{s+=$1} END {printf "%.0f", s}' mydatafile
|