# KEHOME/bin/deletecomment
# rhm Jun/8/2002

# deletecomment <fin >fout
# delete comment lines ("#" at beginning of line)

sed '/^#/d'
