Mittwoch, 4. November 2009

awk 'END {print NR }' /etc/group ---shows the number of the last line in the file

# awk 'END {print NR }' /etc/group
80
# wc /etc/group
80 80 1150 /etc/group

Keine Kommentare: