wc.1 (98c385e7d6242854de5f8612e6be21ab9adc75b9) | wc.1 (06e482e60a60643b7d60549870f45c6ba6c4c7a8) |
---|---|
1.\" Copyright (c) 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" the Institute of Electrical and Electronics Engineers, Inc. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 72 unchanged lines hidden (view full) --- 81The number of words in each input file 82is written to the standard output. 83.El 84.Pp 85When an option is specified, 86.Nm 87only reports the information requested by that option. 88The default action is equivalent to specifying the | 1.\" Copyright (c) 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" the Institute of Electrical and Electronics Engineers, Inc. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 72 unchanged lines hidden (view full) --- 81The number of words in each input file 82is written to the standard output. 83.El 84.Pp 85When an option is specified, 86.Nm 87only reports the information requested by that option. 88The default action is equivalent to specifying the |
89.Fl c , 90.Fl l | 89.Fl c , l |
91and 92.Fl w 93options. 94.Pp 95If no files are specified, the standard input is used and no 96file name is displayed. 97.Sh ENVIRONMENT 98The | 90and 91.Fl w 92options. 93.Pp 94If no files are specified, the standard input is used and no 95file name is displayed. 96.Sh ENVIRONMENT 97The |
99.Ev LANG , 100.Ev LC_ALL | 98.Ev LANG , LC_ALL |
101and 102.Ev LC_CTYPE 103environment variables affect the execution of 104.Nm 105as described in 106.Xr environ 7 . 107.Sh EXAMPLES 108Count the number of characters, words and lines in each of the files --- 37 unchanged lines hidden --- | 99and 100.Ev LC_CTYPE 101environment variables affect the execution of 102.Nm 103as described in 104.Xr environ 7 . 105.Sh EXAMPLES 106Count the number of characters, words and lines in each of the files --- 37 unchanged lines hidden --- |