Quantcast
Channel: Pattern Buffer: » grep
Viewing all articles
Browse latest Browse all 4

Quickly Calculate size of radmind Transcript Payload

0
0

grep ^[af] /var/radmind/transcript/transcript_name.T | awk ‘{sum = sum + $7} END {print sum/1000}’

Every line that starts with “a” or “f” is a file. Sum up the size field. Divide by 1000 to get KB.



Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images