L  2Kb/q'#" 8C|")<f2)=;\A!X! 'b#'+O,d- K0X3&#5*J5u5$5&5"5+6".6 Q6Vr6'6+6G7e<$>&D<E>F.SF.F%F:F8G#KGoG&G!GG GG@G>8HwH"HHH:H III $I2IDI)cII*II*I-J%IJ%oJJ JJ'JK%K#KL#.LRL(jL%LL&LMGM,`M1M"MMTMNPNNN/N-N&"OIO`O-zO-OOOO4P5T3T(&UFOUUU/UUV&VB,V*oVV,V>Ve W3WjW_%XYXX XX7Y2LYZr_a(aa a2ab8b(Sb!|bbAbb"c;cJc_cnc}ccc'cccd#"dFded+dexhRj llppytACuvGy{$l}+}}!}#} ~(@~i~~R~$~)Iix.s. ь! $55Z$ԍ &*94dˎ2, 1>C R]x*ُ %*%Pv"ݐ ґ2 M8X%*< 9J $ړ&8 U`e*t#;Ô3Le ~$ Ε7ו)124d.Ȗٖ&:.Z+,.$6*Q | Ә=ؘ/#D hJ4ԙK DUG&f)A~^}/K-80od|*5:.qxtC Q76_R#\< szmEp&,!L"g+4'DJl M $]jHPk%b `2=GBh39cvOSnw{N?eiu;yF>WXaZYI@U1T( r[V SETs are specified as strings of characters. Most represent themselves. Interpreted sequences are: \NNN character with octal value NNN (1 to 3 octal digits) \\ backslash \a audible BEL \b backspace \f form feed \n new line \r return \t horizontal tab \v vertical tab CHAR1-CHAR2 all characters from CHAR1 to CHAR2 in ascending order [CHAR1-CHAR2] same as CHAR1-CHAR2, if both SET1 and SET2 use this [CHAR*] in SET2, copies of CHAR until length of SET1 [CHAR*REPEAT] REPEAT copies of CHAR, REPEAT octal if starting with 0 [:alnum:] all letters and digits [:alpha:] all letters [:blank:] all horizontal whitespace [:cntrl:] all control characters [:digit:] all digits [:graph:] all printable characters, not including space [:lower:] all lower case letters [:print:] all printable characters, including space [:punct:] all punctuation characters [:space:] all horizontal or vertical whitespace [:upper:] all upper case letters [:xdigit:] all hexadecimal digits [=CHAR=] all characters which are equivalent to CHAR Translation occurs if -d is not given and both SET1 and SET2 appear. -t may be used only when translating. SET2 is extended to length of SET1 by repeating its last character as necessary. Excess characters of SET2 are ignored. Only [:lower:] and [:upper:] are guaranteed to expand in ascending order; used in SET2 while translating, they may only be used in pairs to specify case conversion. -s uses SET1 if not translating nor deleting; else squeezing uses SET2 and occurs after translation or deletion. on repetition %d %c: invalid suffix character in obsolescent option%d: fmt="%s" width=%d %s%*s%s%*sPage%s: %lu: improperly formatted MD5 checksum line%s: FAILED open or read %s: `%s': match not found%s: `+' or `-' expected after delimeter%s: `}' is required in repeat count%s: closing delimeter `%c' missing%s: equivalence class operand must be a single character%s: input file is output file%s: integer expected after `%c'%s: invalid number%s: invalid number of bytes%s: invalid number of lines%s: invalid pattern%s: invalid regular expression: %s%s: line number must be greater than zero%s: line number out of range%s: no properly formatted MD5 checksum lines found%s: read error%s: unrecognized option `-%c' %s: write error%s}: integer required between `{' and `}'Cannot specify both printing across and printing in parallel.Cannot specify number of columns when printing in parallel.Compare sorted files LEFT_FILE and RIGHT_FILE line by line. -1 suppress lines unique to left file -2 suppress lines unique to right file -3 suppress lines unique to both files --help display this help and exit --version output version information and exit Concatenate FILE(s), or standard input, to standard output. -A, --show-all equivalent to -vET -b, --number-nonblank number nonblank output lines -e equivalent to -vE -E, --show-ends display $ at end of each line -n, --number number all output lines -s, --squeeze-blank never more than one single blank line -t equivalent to -vT -T, --show-tabs display TAB characters as ^I -u (ignored) -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB --help display this help and exit --version output version information and exit With no FILE, or when FILE is -, read standard input. Convert spaces in each FILE to tabs, writing to standard output. With no FILE, or when FILE is -, read standard input. -a, --all convert all whitespace, instead of initial whitespace -t, --tabs=NUMBER have tabs NUMBER characters apart instead of 8 -t, --tabs=LIST use comma separated list of explicit tab positions --help display this help and exit --version output version information and exit Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used. Convert tabs in each FILE to spaces, writing to standard output. With no FILE, or when FILE is -, read standard input. -i, --initial do not convert TABs after non whitespace -t, --tabs=NUMBER have tabs NUMBER characters apart, not 8 -t, --tabs=LIST use comma separated list of explicit tab positions --help display this help and exit --version output version information and exit Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used. FAILEDFor each pair of input lines with identical join fields, write a line to standard output. The default join field is the first, delimited by whitespace. When FILE1 or FILE2 (not both) is -, read standard input. -a SIDE print unpairable lines coming from file SIDE -e EMPTY replace missing input fields with EMPTY -i, --ignore-case ignore differences in case when comparing fields -j FIELD (obsolescent) equivalent to `-1 FIELD -2 FIELD' -j1 FIELD (obsolescent) equivalent to `-1 FIELD' -j2 FIELD (obsolescent) equivalent to `-2 FIELD' -o FORMAT obey FORMAT while constructing output line -t CHAR use CHAR as input and output field separator -v SIDE like -a SIDE, but suppress joined output lines -1 FIELD join on this FIELD of file 1 -2 FIELD join on this FIELD of file 2 --help display this help and exit --version output version information and exit Unless -t CHAR is given, leading blanks separate fields and are ignored, else fields are separated by CHAR. Any FIELD is a field number counted from 1. FORMAT is one or more comma or blank separated specifications, each being `SIDE.FIELD' or `0'. Default FORMAT outputs the join field, the remaining fields from FILE1, the remaining fields from FILE2, all separated by CHAR. OKOutput pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ..., and output byte counts of each piece to standard output. -b, --suffix-format=FORMAT use sprintf FORMAT instead of %%d -f, --prefix=PREFIX use PREFIX instead of `xx' -k, --keep-files do not remove output files on errors -n, --digits=DIGITS use specified number of digits instead of 2 -s, --quiet, --silent do not print counts of output file sizes -z, --elide-empty-files remove empty output files --help display this help and exit --version output version information and exit Read standard input if FILE is -. Each PATTERN may be: INTEGER copy up to but not including specified line number /REGEXP/[OFFSET] copy up to but not including a matching line %%REGEXP%%[OFFSET] skip to, but not including a matching line {INTEGER} repeat the previous pattern specified number of times {*} repeat the previous pattern as many times as possible A line OFFSET is a required `+' or `-' followed by a positive integer. Print CRC checksum and byte counts of each FILE. --help display this help and exit --version output version information and exit Print checksum and block counts for each FILE. -r defeat -s, use BSD sum algorithm, use 1K blocks -s, --sysv use System V sum algorithm, use 512 bytes blocks --help display this help and exit --version output version information and exit With no FILE, or when FILE is -, read standard input. Print first 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. -c, --bytes=SIZE print first SIZE bytes -n, --lines=NUMBER print first NUMBER lines instead of first 10 -q, --quiet, --silent never print headers giving file names -v, --verbose always print headers giving file names --help display this help and exit --version output version information and exit SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg. If -VALUE is used as first OPTION, read -c VALUE when one of multipliers bkm follows concatenated, else read -n VALUE. Reformat each paragraph in the FILE(s), writing to standard output. If no FILE or if FILE is `-', read standard input. Mandatory arguments to long options are mandatory for short options too. -c, --crown-margin preserve indentation of first two lines -p, --prefix=STRING combine only lines having STRING as prefix -s, --split-only split long lines, but do not refill -t, --tagged-paragraph indentation of first line different from second -u, --uniform-spacing one space between words, two after sentences -w, --width=NUMBER maximum line width (default of 75 columns) --help display this help and exit --version output version information and exit In -wNUMBER, the letter `w' may be omitted. Translate, squeeze, and/or delete characters from standard input, writing to standard output. -c, --complement first complement SET1 -d, --delete delete characters in SET1, do not translate -s, --squeeze-repeats replace sequence of characters with one -t, --truncate-set1 first truncate SET1 to length of SET2 --help display this help and exit --version output version information and exit Try `%s --help' for more information. Usage: %s [-DIGITS] [OPTION]... [FILE]... Usage: %s [OPTION] [FILE]... Usage: %s [OPTION] [INPUT [PREFIX]] Usage: %s [OPTION]... FILE PATTERN... Usage: %s [OPTION]... FILE1 FILE2 Usage: %s [OPTION]... LEFT_FILE RIGHT_FILE Usage: %s [OPTION]... SET1 [SET2] Usage: %s [OPTION]... [FILE]... Usage: %s [OPTION]... [FILE]... or: %s --traditional [FILE] [[+]OFFSET [[+]LABEL]] Usage: %s [OPTION]... [INPUT [OUTPUT]] WARNING: %d of %d computed %s did NOT matchWrite an unambiguous representation, octal bytes by default, of FILE to standard output. With no FILE, or when FILE is -, read standard input. -A, --address-radix=RADIX decide how file offsets are printed -j, --skip-bytes=BYTES skip BYTES input bytes first on each file -N, --read-bytes=BYTES limit dump to BYTES input bytes per file -s, --strings[=BYTES] output strings of at least BYTES graphic chars -t, --format=TYPE select output format or formats -v, --output-duplicates do not use * to mark line suppression -w, --width[=BYTES] output BYTES bytes per output line --traditional accept arguments in pre-POSIX form --help display this help and exit --version output version information and exit Pre-POSIX format specifications may be intermixed, they accumulate: -a same as -t a, select named characters -b same as -t oC, select octal bytes -c same as -t c, select ASCII characters or backslash escapes -d same as -t u2, select unsigned decimal shorts -f same as -t fF, select floats -h same as -t x2, select hexadecimal shorts -i same as -t d2, select decimal shorts -l same as -t d4, select decimal longs -o same as -t o2, select octal shorts -x same as -t x2, select hexadecimal shorts Write each FILE to standard output, last line first. With no FILE, or when FILE is -, read standard input. -b, --before attach the separator before instead of after -r, --regex interpret the separator as a regular expression -s, --separator=STRING use STRING as the separator instead of newline --help display this help and exit --version output version information and exit Write each FILE to standard output, with line numbers added. With no FILE, or when FILE is -, read standard input. -b, --body-numbering=STYLE use STYLE for numbering body lines -d, --section-delimiter=CC use CC for separating logical pages -f, --footer-numbering=STYLE use STYLE for numbering footer lines -h, --header-numbering=STYLE use STYLE for numbering header lines -i, --page-increment=NUMBER line number increment at each line -l, --join-blank-lines=NUMBER group of NUMBER empty lines counted as one -n, --number-format=FORMAT insert line numbers according to FORMAT -p, --no-renumber do not reset line numbers at logical pages -s, --number-separator=STRING add STRING after (possible) line number -v, --first-page=NUMBER first line number on each logical page -w, --number-width=NUMBER use NUMBER columns for line numbers --help display this help and exit --version output version information and exit By default, selects -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn. CC are two delimiter characters for separating logical pages, a missing second character implies :. Type \\ for \. STYLE is one of: a number all lines t number only nonempty lines n number no lines pREGEXP number only lines that contain a match for REGEXP FORMAT is one of: ln left justified, no leading zeros rn right justified, no leading zeros rz right justified, leading zeros Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output. With no FILE, or when FILE is -, read standard input. -d, --delimiters=LIST reuse characters from LIST instead of TABs -s, --serial paste one file at a time instead of in parallel --help display this help and exit --version output version information and exit [=c=] expressions may not appear in string2 when translating`-%c' extra characters or invalid number in the argument: `%s'`-N NUMBER' invalid starting line number: `%s'`-l PAGE_LENGTH' invalid number of lines: `%s'`-o MARGIN' invalid line offset: `%s'a delimiter may be specified only when operating on fieldsat least one string must be given when squeezing repeatsboth files cannot be standard inputcannot do ioctl on `%s'cannot skip past end of combined inputcannot split in more than one waychecksumchecksumscreating file `%s' ending field number argument to the `-k' option must be positiveending field spec has `.' but lacks following character offseterror closing fileerror in regular expression searcherror reading %serror writing %sfield specification has `,' but lacks following field specfilefile truncatedfilesflushing fileinput disappearedinvalid backslash escape `\%c'invalid backslash escape at end of stringinvalid byte or field listinvalid character `%c' in type string `%s'invalid character class `%s'invalid conversion specifier in suffix: %cinvalid conversion specifier in suffix: \%.3oinvalid field number for file 1: `%s'invalid field number for file 2: `%s'invalid field number: `%s'invalid field specification `%s'invalid field specifier: `%s'invalid file number in field spec: `%s'invalid identity mapping; when translating, any [:lower:] or [:upper:] construct in string1 must be aligned with a corresponding construct ([:upper:] or [:lower:], respectively) in string2invalid line number field width: `%s'invalid line number increment: `%s'invalid numberinvalid number of blank lines: `%s'invalid number of bytesinvalid number of bytes to compare: `%s'invalid number of bytes to skip: `%s'invalid number of columns: `%s'invalid number of fields to skip: `%s'invalid number of linesinvalid output address radix `%c'; it must be one character from [doxn]invalid repeat count `%s' in [c*n] constructinvalid second operand in compatibility mode `%s'invalid starting line number: `%s'invalid type string `%s'invalid type string `%s'; this system doesn't provide a %lu-byte floating point typeinvalid type string `%s'; this system doesn't provide a %lu-byte integral typelimit argumentminimum string lengthmisaligned [:upper:] and/or [:lower:] constructmissing %% conversion specification in suffixmissing conversion specifier in suffixmissing list of fieldsmissing list of positionsno files may be specified when using --stringno type may be specified when dumping stringsnumber of bytesnumber of linesold-style offsetonly one [c*] repeat construct may appear in string2only one argument may be specified when using --checkonly one string may be given when deleting without squeezing repeatsonly one type of list may be specifiedoption `-T' requires an argumentoption `-k' requires an argumentoption `-o' requires an argumentoption `-t' requires an argumentpage width too narrowrange-endpoints of `%s-%s' are in reverse collating sequence orderread errorseparator cannot be emptyskip argumentspecified number of bytes `%s' is larger than the maximum representable value of type `long'standard inputstandard input is closedstandard outputstarting field character offset argument to the `-k' option must be positivestarting field spec has `.' but lacks following character offsetsuppressing non-delimited lines makes sense only when operating on fieldstab size cannot be 0tab size contains an invalid charactertab sizes must be ascendingthe --binary and --text options are meaningless when verifying checksumsthe --status option is meaningful only when verifying checksumsthe --string and --check options are mutually exclusivethe --warn option is meaningful only when verifying checksumsthe [c*] construct may appear in string2 only when translatingthe [c*] repeat construct may not appear in string1the delimiter must be a single characterthe starting field number argument to the `-k' option must be positivetoo few argumentstoo few non-option argumentstoo many %% conversion specifications in suffixtoo many argumentstoo many non-option argumentstotaltwo strings must be given when both deleting and squeezing repeatstwo strings must be given when translatingunrecognized option `-%c'warning: invalid width %lu; using %d insteadwarning: line number `%s' is the same as preceding line numberwarning: the ambiguous octal escape \%c%c%c is being interpreted as the 2-byte sequence \0%c%c, `%c'when not truncating set1, string2 must be non-emptywhen translating with complemented character classes, string2 must map all characters in the domain to onewhen translating, the only character classes that may appear in string2 are `upper' and `lower'when using the old-style +POS and -POS key specifiers, the +POS specifier must come firstwidth specificationwrite errorwrite error for `%s'you must specify a list of bytes, characters, or fieldsProject-Id-Version: textutils 1.22 POT-Creation-Date: 1999-12-09 17:35+0100 PO-Revision-Date: 1998-04-23 16:27+06:00 Last-Translator: Yuan-Chung Cheng Language-Team: Chinese MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8-bit r SETs O@ӦrAܥX{boӦr̭ҦrҺcXC t~A٦@ǧtSNqrG \NNN KisX NNN r (1 3 ӤKiԧBƦr) \\ ϱ׽u \a zn (BEL) \b hr (backspace) \f r (form feed) \n r (new line) \r ^r (return) \t (horizontal tab) \v (vertical tab) CHAR1-CHAR2 ҦsXb CHAR1 CHAR2 rA̤ɧDZƦC [CHAR1-CHAR2] b SET1 P SET2 `[]' ɭԡA CHAR1-CHAR2 ۦP [CHAR*] Φb SET2AƦr CHAR P SET1 ׬ۦP [CHAR*REPEAT] Ʀr CHARA REPEAT [:alnum:] ҦrPԧBƦr [:alpha:] Ҧr [:blank:] Ҧťզr (spaceBtab... ) [:cntrl:] Ҧr [:digit:] ҦԧBƦr [:graph:] ҦiCLrA]AŮr [:lower:] Ҧpgr [:print:] ҦiCLrA]AŮr [:punct:] ҦIŸ (punctuation characters) [:space:] ҦΫťզr [:upper:] Ҧjgr [:xdigit:] ҦQiƦr ([0-9A-Fa-f]) [=CHAR=] Ҧr CHAR ۵r SET1 P SET2 AӥBSwﶵ -d ɡA{Niu@Fﶵ -t ubiɨϥΡCSET2 SET1 uɡA{|۰ʨϥ SET2 ̫@Ӧr ɺ SET2A SET1 P SET2 ׬۵CSET2 SET1 ɡAhr|QC oǦr̭Au [:lower:] P [:upper:] Φb SET2 ɷ|O̻WǮi }A [:lower:] P [:upper:] @wn諸X{AΨӧ@jpgഫC ϥοﶵ -s AB@ΧRɡA|ϥ SET1 YЪC ݭnYæPɧ@ΧRɡA|ϥ SET2 YЪAåBbΧR A@Yʧ@C b %d Ю %c: bYNo󪺿ﶵtLĪrr%d: 榡="%s" e=%d %s%*s%s%*s%s: %lu: o@椣OgLA榡ƪ MD5 `Mˬd%s: b}ҩŪɵoY~ %s: `%s': 䤣ŦXr%s: bɲŸ᭱Ӧ `+' `-' r%s: bЭpƤӦ `}' r%s: 䤣ʳɲŸ `%c' %s: OB (equivalence class operand) O@ӳ@r%s: XMJɮ׬OۦP%s: b `%c' ᭱Ӧ@ӾƤ޼%s: LĪX%s: LĪ줸ռƥ%s: LĪ%s: LĪ˦%s: LĪWB⦡G%s%s: 渹js%s: 渹WXd%s: 쥼gA榡ƪ MD5 `Mˬd%s: ŪɵoͿ~%s: LkѪﶵ `-%c' %s: gJɵoͿ~%s}: b `{' M `}' ӧtPɫwCLPCLCLɡAwƥ@@檺 LEFT_FILE RIGHT_FILE oӱƧǹLɮסC -1 ܥubĤ@ɮ LEFT_FILE X{L -2 ܥubĤGɮ RIGHT_FILE X{L -3 ܦbɮפPɥX{L --help ܳoqT --version ܪT FILE(s) μзǿJŪƳs_ӡAXзǿXC -A, --show-all -vET ۦP -b, --number-nonblank XɼХXDťզ檺渹 -e -vE ۦP -E, --show-ends bC@檺̫ `$' O -n, --number XɼХX渹 -s, --squeeze-blank XWL@檺ťզ -t -vT ۦP -T, --show-tabs Nr (TAB) ܬ ^I -u (oﶵQBz) -v, --show-nonprinting Fδr~Aϥ ^ M- ܪkܦr --help ܳoqT --version ܪT pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC Cɮ FILE ̭Ůr (TAB)AXзǿXC pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC -a, --all Fɮ׶}Yťզr~AҦťզr -t, --tabs=NUMBER Щwj NUMBER Ӧr (w]Ȭ 8) -t, --tabs=LIST LIST ЪmALIST OγrjC --help ܳoqT --version ܪT iHΤ²檺 -NUMBERB -LIST ӥN -t NUMBERB -t LISTC Cɮ FILE ̭ഫŮrAXзǿXC pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC -i, --initial nഫbDťզr᭱ -t, --tabs=NUMBER ഫ NUMBER Ӧr (w]OK) -t, --tabs=LIST γrjC LIST @Ъm --help ܳoqT --version ܪT ϥήɥiH -NUMBER N -t NUMBERA -LIST N -t LIST C Y~ɮ FILE1BFILE2 ̭Y줺eۦPs@AXзǿXC w]ȬOɮתĤ@AΪťզrɲŸC pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC -a SIDE ɮ SIDE 諸]LX (SIDE = 1 2) -e EMPTY 䤣쪺 EMPTY N -i, --ignore-case 줺eɡAjpgP -j FIELD (YNo) P `-1 FIELD -2 FIELD' ۦP -j1 FIELD (YNo) P `-1 FIELD' ۦP -j2 FIELD (YNo) P `-2 FIELD' ۦP -o FORMAT `榡 FORMAT ӿXG -t CHAR Φr CHAR JXɲŸ -v SIDE -a SIDE ۦAOۦPLX -1 FIELD ĥβĤ@ɮת FIELD -2 FIELD ĥβĤGɮת FIELD --help ܳoqT --version ܪT Unless -t CHAR is given, leading blanks separate fields and are ignored, else fields are separated by CHAR. Any FIELD is a field number counted from 1. FORMAT is one or more comma or blank separated specifications, each being `SIDE.FIELD' or `0'. Default FORMAT outputs the join field, the remaining fields from FILE1, the remaining fields from FILE2, all separated by CHAR. OKɮ FILE ̷Ӽ˦ PATTERN(s) ΦƭӤpɮ `xx01'A`xx02'A...A åBNCӤpɮתjpXзǿXhC -b, --suffix-format=FORMAT οX榡 FORMAT N %%d (sprintf 榡) -f, --prefix=PREFIX Φr PREFIX N `xx' -k, --keep-files oͿ~ɤnwXɮ -n, --digits=DIGITS XɦW̥ DIGITS ӼƦrХ (w]Ȭ 2) -s, --quiet, --silent nCLXɮתjp -z, --elide-empty-files ŪXɮ --help ܳoqT --version ܪT w FILE `-' ܡAhqзǿJŪơCϥΪ˦ (PATTERN) iHOG INTEGER 渹F|oǦ渹eΥX /REGEXP/[OFFSET] WB⦡F|ŦX@椧eΥX %%REGEXP%%[OFFSET] WB⦡FLuXŦX᪺ {INTEGER} Ыe@Ӽ˦ INTEGER {*} @Ыe@Ӽ˦ 氾q OFFSET OH[δ᭱ۤ@ӥƨӪ (p `+3')C LXCɮת CRC `MˬdH`줸ռƥ --help ܳoqT --version ܪT Cɮ FILE `XˬdGHΰ϶ƥئLXӡC -r \L -sAϥ BSD tkB 1K ϶jp -s, --sysv ϥ System V tkB 512 Ӧ줸ժ϶jp --help ܳoqT --version ܪT pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC C@ɮ FILE ̫e 10 XзǿXC ҵ޼ FILE WL@ӮɡA|bC@ɮפeeХܥXɦWC pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC -c, --bytes=SIZE LX̫e SIZE Ӧ줸 -n, --lines=NUMBER LX̫e NUMBER (w]ȬO 10 ) -q, --quiet, --silent nbɮפeeХܥXɦW -v, --verbose `ObɮפeeХܥXɦW --help ܳoqT --version ܪT w SIZE iHO@ӭƦrG b 512Ak 1KAm 1 MegC iHΤ@Ӽƥئr -VALUE Ĥ@ӿﶵAp VALUE tƦr [bkm] ܡA {|⥦ -c VALUEA_hN -n VALUE BzC ɮ FILE(s) ̭C@qs榡ƫAXзǿXC pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC (uﶵΪѼƩMﶵΪO@˪) -c, --crown-margin Od̶}Y檺Y -p, --prefix=STRING uX֥ STRING }Y -s, --split-only uӪ}Aӵuɺ -t, --tagged-paragraph ХܥXC@qAC@qĤ@MĤG檺YƤP -u, --uniform-spacing rPrΤ@ӪŮ}AylhΨ -w, --width=NUMBER ̤je (w] 75 ) --help ܳoqT --version ܪT ﶵ -wNUMBER ̭ `w' iHgC qзǿJŪơANƴBYBRrAXзǿXC -c, --complement ɼơAΩҦb SET1 ̪rӷ SET1 -d, --delete Ab SET1 ̭rR -s, --squeeze-repeats s򭫽ƪrRuѤ@ -t, --truncate-set1 SET1 ׺I SET2 @˪ --help ܳoqT --version ܪT Х `%s --help' ܥOΪk ΪkG%s [-ԧBƦr] [ﶵ]... [FILE]... ΪkG%s [OPTION] [FILE]... ΪkG%s [ﶵ] [INPUT [PREFIX]] ΪkG%s [ﶵ]... FILE PATTERN... ΪkG%s [ﶵ]... FILE1 FILE2 ΪkG%s [ﶵ]... LEFT_FILE RIGHT_FILE ΪkG%s [ﶵ]... SET1 [SET2] ΪkG%s [ﶵ]... [FILE]... ΪkG%s [ﶵ]... [FILE]... ΡG%s --traditional [FILE] [[+]OFFSET [[+]LABEL]] ΪkG%s [ﶵ]... [INPUT [OUTPUT]] ĵiG%d %d pXӪ %s `' ǰtɮפeΤKiBQiΤQiܥX (w]OKi)C pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC -A, --address-radix=RADIX ɮװqLX覡 -j, --skip-bytes=BYTES LCӿJɳ̶}Y BYTES Ӧ줸 -N, --read-bytes=BYTES Cɮ׳̦hLX BYTES Ӧ줸 -s, --strings[=BYTES] Xܤ֧t BYTES øϦrr -t, --format=TYPE ܿX榡 -v, --output-duplicates nάP `*' Хܩ -w, --width[=BYTES] XɨC@LX BYTES Ӧ줸 --traditional "e-POSIX" Φ޼ --help ܳoqT --version ܪT e-POSIX Φ޼ƥiHQVb@_ΡA]tFG -a -t a ۦPALXrW -b -t oC ۦPAΤKiܦ줸 -c -t c ۦPA ASCII rέ˱׽uhXr -d -t u2 ۦPAܤQi쪺LŸu (unsigned short) -f -t fF ۦPAܯBI -h -t x2 ۦPAܤQi쪺u -i -t d2 ۦPAܤQi쪺u -l -t d4 ۦPAܤQi쪺 -o -t o2 ۦPAܤKiu -x -t x2 ۦPAܤQi쪺u q̫@}lACɮ FILE e˹LӡAXзǿXhC pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC -b, --before jť[be (w]O[b᭱) -r, --regex jŸWB⦡ -s, --separator=STRING Φr STRING j (w]Or) --help ܳoqT --version ܪT CɮתeФW渹AXзǿXhC pS޼ FILEBεw FILE `-' ܡAhqзǿJŪơC -b, --body-numbering=STYLE ϥμ˦ STYLE ӼХܤ媺渹 -d, --section-delimiter=CC ϥ CC ӰϤ޿譶 (logical pages) -f, --footer-numbering=STYLE ϥ STYLE ӼХܵ}渹 -h, --header-numbering=STYLE ϥ STYLE ӼХܼY渹 -i, --page-increment=NUMBER P椧A渹W[q -l, --join-blank-lines=NUMBER NUMBER Ӫťզ⦨@ -n, --number-format=FORMAT ̾ FORMAT J渹 -p, --no-renumber bV޿譶ɡAn渹jpks -s, --number-separator=STRING XɡAr STRING [b渹 -v, --first-page=NUMBER C޿譶Ĥ@檺渹jp -w, --number-width=NUMBER NUMBER ӦrӼХܦ渹 --help ܳoqT --version ܪT {ɡAw]|ϥοﶵ -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fnC CC Oөwɦr (delimiter characters)AΨӰϤ޿譶Fpu@ wɦršA|۰ʧĤGӳ] `:'C nӭ˱׽u `\\' ӿJ˱׽u `\'CSTYLE OG a Ҧ泣ФW渹 t uЫDťզ n Ц渹 pREGEXP uŦXWB⦡ REGEXP ФW渹 FORMAT iHOG ln 渹aA}YSs rn 渹akA}YSs rz 渹akA}Ys Ҧɮ FILE X֦b@_ACɮצ@APɮתƤ H (TAB) ۹jAXзǿXC LXCɮ FILE ̭ơBrƤΦ줸ơAwhɮת -d, --delimiters=LIST ΦC LIST ̭rNШӷ@Xj -s, --serial HC覡AP@ɮתe֦@AAU@ɮ --help ܳoqT --version ܪT iɡA[=c=] ܦbĤGӦr̥X{`-%c' hlrεLĪƦrb޼ `%s' ̭`-N NUMBER' LĪ}l渹G`%s'`-l PAGE_LENGTH' LĪơG`%s'`-o MARGIN' LĪ氾qG`%s'ubw@~ɤ~wɲŸbЦr (squeezing repeats) ɦܤֻݵw@ӦrwɮפೣOзǿJSk `%s' XJ (ioctl)LkLXֿJeŸζWL@ؤ覡ӶiΤu@`Mˬd`Mˬdbإɮ `%s' bﶵ `-k' ̫w츹XOb컡Ÿ̭t `.'AoSHrqbɮ׮ɵoͿ~bWB⦡jMɵoͿ~bŪ %s ɵoͿ~bgJ %s ɵoͿ~ҵW̭t `,'AoSH컡ɮɮ׳QI_FɮbNɮױƻJFLĪϱ׽uhXǦC `\%c'brꪺLĪϱ׽uhXLĪ줸թC`%c' OLĪr (bOr `%s' ̭)CLĪrO `%s'br̪ഫŵLġG%cbr̪ഫŵLġG\%.3ow 1 ɮת츹XOLĪG`%s'w 2 ɮת츹XOLĪG`%s'LĪ츹XG`%s'`%s' OLĪ컡LĪ컡šG`%s'b줤wFLĪɮ׽sG`%s'LĪMg (identity mapping)FiɡAr 1 [:lower:]B[:upper:] cAbr 2 ̳@Ӭ۹c~iHC (O [:upper:]B[:lower:]) LĪ渹eסG`%s'LĪ渹WqG`%s'LĪƦrLĪťզƥءG`%s'LĪ줸ռƥn줸ռƥصLġG`%s'nL줸ռƥصLġG`%s'LĪƥءG`%s'nLƥصLġG`%s'LĪX} `%c' OLĪFƥO [doxn] 䤤@b [c*n] cLĪЦ `%s' bۮeʼҦ `%s' UAĤGӹBƬOLĪLĪ}l渹G`%s'`%s' OLĪOr`%s' OLĪOrF oӨtΨèS %lu-줸BIƫO"`%s' OLĪOrF oӨtΨèS %lu-줸ƫO޼̤prS [:upper:]B[:lower:] cbŗ䤣 %% ഫWbŗ䤣ഫ䤣C䤣mCϥοﶵ --string ɴNAwɮפFbɦLrꪺɭԤwO줸ռƥ¼˦qĤGӦr̥uX{@ [c*] oحƵcϥοﶵ --check ɥuw@Ӥ޼ROЦr (squeezing repeats) ɥu൹w@Ӧr@uw@Cﶵ `-T' ݭn@Ӥ޼ﶵ `-k' ݭn@Ӥ޼ﶵ `-o' ݭn@Ӥ޼ﶵ `-t' ݭn@Ӥ޼eӯF`%s-%s' d򵲧IbۤϪƦCǦVŪoͿ~jŤiHOŪL޼w줸ƥ `%s' j󫬧O `long' ̤jiܼƭȡCзǿXзǿJQFзǿXbﶵ `-k' ̫w}lrq Ob}l컡Ÿ̭t `.'AoSHrqubw@~ɤ~੿ ʤֹɲŸФjpiswФjp̧tLĪrwФjpOɧǪ (ascending)`MˬdɡAﶵ --binary --text OSNqﶵ --status ub`Mˬdɤ~NqPɨϥ --string M --check oӿﶵﶵ --warn ub`Mˬdɤ~Nq [c*] cubɤ~X{bĤGӦr̭Ĥ@Ӧr̤঳ [c*] oحƵcɲŸO@ӳ@rbﶵ `-k' ̫w}l츹XO޼ƤӤ֤FDﶵ޼ƤӤ֤Fbr̦Ӧh %% ഫWӦh޼ƤFDﶵ޼ƤӦhF`pbPɧRBЦr (squeezing repeats) ɥwӦrbɥwӦrLkѪﶵ `-%c'ĵiGe %lu OLĪF %d NĵiG渹 `%s' eɦ渹@ˤjĵiGNqKihXǦC \%c%c%c Ӧ줸ժǦC \0%c%c, `%c'bĤ@Ӧr (set1) ɡAĤGӦrꤣOŪbHɪr@ɡAĤGӦrꪺd ]tĤ@Ӧr̩ҦrbɡAߤ@iX{bĤGӦrꪺr u `upper' `lower'ϥ¦ +POS P -POS (key) ŮɡA +POS ťbe e׳WgJɵoͿ~gJ `%s' ɵoͿ~Aw@Ӧ줸աBr쪺C