Hey, great script. Just had to make 1 change for our
usage.installRetention="$(grep -i ttl /etc/asl/com.apple.install | awk
-F'ttl=' '{print $2}'|cut -d" " -f1)"The cut command basically finds any
trailing white space after the search string, then tr...