Deleted Added
full compact
strfile.c (2491) strfile.c (8856)
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Ken Arnold.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 54 unchanged lines hidden (view full) ---

63 * by a null byte. Usage:
64 *
65 * % strfile [-iorsx] [ -cC ] sourcefile [ datafile ]
66 *
67 * c - Change delimiting character from '%' to 'C'
68 * s - Silent. Give no summary of data processed at the end of
69 * the run.
70 * o - order the strings in alphabetic order
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Ken Arnold.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 54 unchanged lines hidden (view full) ---

63 * by a null byte. Usage:
64 *
65 * % strfile [-iorsx] [ -cC ] sourcefile [ datafile ]
66 *
67 * c - Change delimiting character from '%' to 'C'
68 * s - Silent. Give no summary of data processed at the end of
69 * the run.
70 * o - order the strings in alphabetic order
71 * i - if ordering, ignore case
71 * i - if ordering, ignore case
72 * r - randomize the order of the strings
73 * x - set rotated bit
74 *
75 * Ken Arnold Sept. 7, 1978 --
76 *
77 * Added ordering options.
78 */
79

--- 377 unchanged lines hidden ---
72 * r - randomize the order of the strings
73 * x - set rotated bit
74 *
75 * Ken Arnold Sept. 7, 1978 --
76 *
77 * Added ordering options.
78 */
79

--- 377 unchanged lines hidden ---