One-liners I use in scripts and command line often:
Find out how many suspended users we have
awk -F: ' $2 ~ ^! { print $0 }' /etc/shadow