strfile, unstr - strfile [-iorsx] [-c char] source_file
[output_file] unstr source_file strfile
1 '%'
source_file.dat
str_flags
STR_COMMENTS
2 strfile
-c char char
str_flags
STR_ORDERED
str_flags
STR_RANDOM
-x (simple caesar cypher) 13
str_flags
STR_ROTATED
#define VERSION 1
unsigned long str_version; /* */
unsigned long str_numstr; /* */
unsigned long str_longlen; /* */
unsigned long str_shortlen; /* */
#define STR_RANDOM 0x1 /* */
#define STR_ORDERED 0x2 /* */
#define STR_ROTATED 0x4 /* rot-13 */
unsigned long str_flags; /* */
char str_delim; /* */
source_file
source_file.dat
byteorder(3), fortune(6)
strfile.dat
4.4BSD