count drives by type, ignoring serial number
[sysadmin-cookbook] / recepies / strace / strace-count.sh
1 #!/bin/sh -x
2
3 trace=/tmp/strace
4 strace -c -o $trace $* && ls -al $trace && cat $trace