Quickly Calculate size of radmind Transcript Payload
Posted: May 13, 2010 Filed under: Deployment, Mac OS X, Scripting, Unix | Tags: awk, grep, radmind, size, sum, transcript 1 Comment »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.
Radmind 10.5 Leopard Negative Transcript Progressing
Posted: November 8, 2007 Filed under: Deployment, Mac OS X | Tags: 10.5, Leopard, negative transcript, radmind 1 Comment »I’m having good success with radmind and Leopard so far. A critical piece is a correct negative transcript. Folks have a pretty solid working version at the radmind wiki. Mine is similar to the one posted there.