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