|
|
1.1 ! root 1: .\" Copyright (c) 1980 Regents of the University of California. ! 2: .\" All rights reserved. The Berkeley software License Agreement ! 3: .\" specifies the terms and conditions for redistribution. ! 4: .\" ! 5: .\" @(#)wc.1 6.1 (Berkeley) 4/29/85 ! 6: .\" ! 7: .TH WC 1 "April 29, 1985" ! 8: .UC 4 ! 9: .SH NAME ! 10: wc \- word count ! 11: .SH SYNOPSIS ! 12: .B wc ! 13: [ ! 14: .B \-lwc ! 15: ] ! 16: [ name ... ] ! 17: .SH DESCRIPTION ! 18: .PP ! 19: .I Wc ! 20: counts lines, words and characters ! 21: in the named files, or in the standard input if no name appears. ! 22: A word is a maximal string of characters delimited by spaces, tabs or newlines. ! 23: .PP ! 24: If an argument beginning with one of ``lwc'' is present, ! 25: the specified counts (lines, words, or characters) ! 26: are selected by the letters ! 27: .BR l , ! 28: .BR w , ! 29: or ! 30: .BR c . ! 31: The default is ! 32: .BR \-lwc . ! 33: .SH BUGS
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.