Available in

(1) (8) (8)/ja

TOC

strfile,   unstr   -   strfile  [-iorsx]  [-c  char]  source_file
[output_file] unstr source_file strfile

1 '%'





source_file.dat


-C


         str_flags

         STR_COMMENTS

          2 strfile
-c char   char

-i

-o





         str_flags

         STR_ORDERED

-r



         str_flags

         STR_RANDOM

-s

-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;                 /*  */

unstr


strfile


source_file

source_file.dat

-o


strfile


unstr



byteorder(3), fortune(6)
strfile.dat

strfile


4.4BSD























































COMMENTS

Add your comment here. Whitespace and linebreaks are preserved. URLs are linked automatically.
CAPTCHA

No HTML allowed. URLs will be linked with nofollow attribute. Whitespace is preserved.