#
# This is a portable alternative to "wc", which differs b/w GNU and BSD
#
alias linecount="awk 'END{print NR}'"
