Last change
on this file since 4aad7a7 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
1.6 KB
|
Rev | Line | |
---|
[3ae31e9] | 1 |
|
---|
| 2 |
|
---|
| 3 |
|
---|
| 4 | CCCCOOOOUUUUCCCCHHHH((((1111)))) UUUUNNNNIIIIXXXX 5555....0000 ((((11111111 JJJJuuuunnnneeee 1111999988886666)))) CCCCOOOOUUUUCCCCHHHH((((1111))))
|
---|
| 5 |
|
---|
| 6 |
|
---|
| 7 |
|
---|
| 8 | NNNNAAAAMMMMEEEE
|
---|
| 9 | couch - count characters
|
---|
| 10 |
|
---|
| 11 | SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
|
---|
| 12 | ccccoooouuuucccchhhh [ ----bbbbccccddddllllppppMMMM ] file ...
|
---|
| 13 |
|
---|
| 14 | DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
|
---|
| 15 | _C_o_u_c_h counts the different characters in the argument files
|
---|
| 16 | or the standard input and writes the totals to the standard
|
---|
| 17 | output. Each output line contains two fields: a character
|
---|
| 18 | and the number of times it appears. Unprintable characters
|
---|
| 19 | appear in "^_x" format; blank is denoted by "^`".
|
---|
| 20 |
|
---|
| 21 | Various options select types of characters: ----bbbb for blanks,
|
---|
| 22 | ----cccc for control characters, ----dddd for digits, ----llll for letters,
|
---|
| 23 | and ----pppp for punctuation. The default is all characters;
|
---|
| 24 | i.e., ----bbbbccccddddllllpppp .... The parity bit is normally ignored; to take
|
---|
| 25 | it into account, specify ----MMMM ....
|
---|
| 26 |
|
---|
| 27 | AAAAUUUUTTTTHHHHOOOORRRR
|
---|
| 28 | Col. Sicherman
|
---|
| 29 |
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 |
|
---|
| 33 |
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 |
|
---|
| 38 |
|
---|
| 39 |
|
---|
| 40 |
|
---|
| 41 |
|
---|
| 42 |
|
---|
| 43 |
|
---|
| 44 |
|
---|
| 45 |
|
---|
| 46 |
|
---|
| 47 |
|
---|
| 48 |
|
---|
| 49 |
|
---|
| 50 |
|
---|
| 51 |
|
---|
| 52 |
|
---|
| 53 |
|
---|
| 54 |
|
---|
| 55 |
|
---|
| 56 |
|
---|
| 57 |
|
---|
| 58 |
|
---|
| 59 |
|
---|
| 60 |
|
---|
| 61 |
|
---|
| 62 |
|
---|
| 63 | Page 1 (printed 10/23/86)
|
---|
| 64 |
|
---|
| 65 |
|
---|
| 66 |
|
---|
| 67 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.