QFH(W}|!'#-26-i---/-/-.."3.V.'p.#.".8./2/P/p/6/;//0"0>0\0v0"0)0020,'1T1%r1,1-1 1&2;2J2j222)2=2;!3A]3479l;>X>RDPJaJdJbMx|QRVOTWX[:h]a pj}mp&qr*rFrFsds$ w&1w"Xw+{w"w wVw'BxZjxx+xyUyGz;L<\-ǐ2>22q*-ϑ,@*1k.2̒.%.2T:8“ #*&B!i 3@ >N"Õԕ: %4 :=H)*'*D-o%%× %'Ck%)#Os#(% &-TGl,1"6TON:=O/e-&Ü-I-\4"5DI& ֞ 9>OB џܟ \apL@<6sJС& H(?q7=>'3f(Fã /9i|:B@*6ȥ=,=>je3jC_Yh |72ը@DI=̰3(Ebu3!)#<?S'$401'b&"4Ge04-B'b)*"'*'=&e'(3/$LTRPU";l7KerS '[3&;)30]/0')kA-a =/Iy$7|/&' T.=^.;...C/8\/+/*/2/(0BH020"0&0(1"11&T1@{1I12&2 <2*]22 2 22.2& 313IG3K3334%4C94}4444?44&50754h5.555!6,'6,T6"6 6 6.67(7 8(8?8\8&o8*88.8 9`9.{9)999R :L^::.:: ;-;J;$i;;;=;<"#<F<O<T<Di<<:<H=-M="{= ="="=>:>/U>>">>>> ???:?TC?A?>?@K2@~@,@*@E@;D!yD@DYD96E,pEZEKEmDFJFbF`GiGxG:G):3G<  AU>[NT0kC!m475wfDdt\c"| iOHuJ&.o]jgF /%lXsvp^1}V_K=x`Q8?LE(Wr*+zyh q'${n 6~IMe,a#;YZ-PRb2@SB9 -B, --binary use binary writes to the console device. For older syntax (second call format), OFFSET means -j OFFSET. LABEL is the pseudo-address at first byte printed, incremented when dump is progressing. For OFFSET and LABEL, a 0x or 0X prefix indicates hexadecimal, suffixes maybe . for octal and b multiply by 512. TYPE is made up of one or more of these specifications: a named character c ASCII character or backslash escape d[SIZE] signed decimal, SIZE bytes per integer f[SIZE] floating point, SIZE bytes per integer o[SIZE] octal, SIZE bytes per integer u[SIZE] unsigned decimal, SIZE bytes per integer x[SIZE] hexadecimal, SIZE bytes per integer SIZE is a number. For TYPE in doux, SIZE may also be C for sizeof(char), S for sizeof(short), I for sizeof(int) or L for sizeof(long). If TYPE is f, SIZE may also be F for sizeof(float), D for sizeof(double) or L for sizeof(long double). RADIX is d for decimal, o for octal, x for hexadecimal or n for none. BYTES is hexadecimal with 0x or 0X prefix, it is multiplied by 512 with b suffix, by 1024 with k and by 1048576 with m. Adding a z suffix to any type adds a display of printable characters to the end of each line of output. -s without a number implies 3. -w without a number implies 32. By default, od uses -A o -t d2 -w 16. Report bugs to . 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. -h HEADER, --header=HEADER use a centered HEADER instead of filename in page header, with long headers left-hand-side truncation may occur, -h "" prints a blank line, don't use -h"" -i[CHAR[WIDTH]], --output-tabs[=CHAR[WIDTH]] replace spaces with CHARs (TABs) to tab WIDTH (8) -J, --join-lines merge full lines, turns off -W line truncation, no column alignment, -S[STRING] sets separators -l PAGE_LENGTH, --length=PAGE_LENGTH set the page length to PAGE_LENGTH (66) lines (default number of lines of text 56, and with -F 63) -m, --merge print all files in parallel, one in each column, truncate lines, but join lines of full length with -J -n[SEP[DIGITS]], --number-lines[=SEP[DIGITS]] number lines, use DIGITS (5) digits, then SEP (TAB), default counting starts with 1st line of input file -N NUMBER, --first-line-number=NUMBER start counting with NUMBER at 1st line of first page printed (see +FIRST_PAGE) -o MARGIN, --indent=MARGIN offset each line with MARGIN (zero) spaces, do not affect -w or -W, MARGIN will be added to PAGE_WIDTH -r, --no-file-warnings omit warning when a file cannot be opened -s[CHAR],--separator[=CHAR] separate columns by a single character, default for CHAR is the character without -w and 'no char' with -w -s[CHAR] turns off line truncation of all 3 column options (-COLUMN|-a -COLUMN|-m) except -w is set -S[STRING], --sep-string[=STRING] separate columns by an optional STRING, don't use -S "STRING", -S only: No separator used (same as -S""), without -S: Default separator with -J and otherwise (same as -S" "), no effect on column options -t, --omit-header omit page headers and trailers -T, --omit-pagination omit page headers and trailers, eliminate any pagination by form feeds set in input files -v, --show-nonprinting use octal backslash notation -w PAGE_WIDTH, --width=PAGE_WIDTH set page width to PAGE_WIDTH (72) characters for multiple text-column output only, -s[char] turns off (72) -W PAGE_WIDTH, --page-width=PAGE_WIDTH set page width to PAGE_WIDTH (72) characters always, truncate lines, except -J option is set, no interference with -S or -s --help display this help and exit --version output version information and exit -T implied by -l nn when nn <= 10 or <= 3 with -F. With no FILE, or when FILE is -, read standard input. on repetition %d %c: invalid suffix character in obsolescent option%d: fmt="%s" width=%d %s (for regexp `%s')%s%*s%s%*sPage%s: %lu: improperly formatted MD5 checksum line%s: %s is so large that it is not representable%s: %s:%d: disorder: %s: FAILED open or read %s: `%s': line number out of range%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: illegal option -- %c %s: input file is output file%s: integer expected after `%c'%s: invalid PID%s: invalid maximum number of consecutive size changes%s: invalid maximum number of unchanged stats between opens%s: invalid number%s: invalid number of bytes%s: invalid number of lines%s: invalid number of seconds%s: invalid option -- %c %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: option `%c%s' doesn't allow an argument %s: option `%s' is ambiguous %s: option `%s' requires an argument %s: option `--%s' doesn't allow an argument %s: option `-W %s' doesn't allow an argument %s: option `-W %s' is ambiguous %s: option requires an argument -- %c %s: read error%s: unrecognized option `%c%s' %s: unrecognized option `-%c' %s: unrecognized option `--%s' %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. Discard all but one of successive identical lines from INPUT (or standard input), writing to OUTPUT (or standard output). -c, --count prefix lines by the number of occurrences -d, --repeated only print duplicate lines -D, --all-repeated print all duplicate lines -f, --skip-fields=N avoid comparing the first N fields -i, --ignore-case ignore differences in case when comparing -s, --skip-chars=N avoid comparing the first N characters -u, --unique only print unique lines -w, --check-chars=N compare no more than N characters in lines -N same as -f N +N same as -s N --help display this help and exit --version output version information and exit A field is a run of whitespace, then non-whitespace characters. Fields are skipped before chars. 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. Mandatory arguments to long options are mandatory for short options too. -A, --auto-reference output automatically generated references -C, --copyright display Copyright and copying conditions -G, --traditional behave more like System V `ptx' -F, --flag-truncation=STRING use STRING for flagging line truncations -M, --macro-name=STRING macro name to use instead of `xx' -O, --format=roff generate output as roff directives -R, --right-side-refs put references at right, not counted in -w -S, --sentence-regexp=REGEXP for end of lines or end of sentences -T, --format=tex generate output as TeX directives -W, --word-regexp=REGEXP use REGEXP to match each keyword -b, --break-file=FILE word break characters in this FILE -f, --ignore-case fold lower case to upper case for sorting -g, --gap-size=NUMBER gap size in columns between output fields -i, --ignore-file=FILE read ignore word list from FILE -o, --only-file=FILE read only word list from this FILE -r, --references first field of each line is a reference -t, --typeset-mode - not implemented - -w, --width=NUMBER output width in columns, reference excluded --help display this help and exit --version output version information and exit With no FILE or if FILE is -, read Standard Input. `-F /' by default. Memory exhaustedOKOutput fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input. -b, --bytes=SIZE put SIZE bytes per output file -C, --line-bytes=SIZE put at most SIZE bytes of lines per output file -l, --lines=NUMBER put NUMBER lines per output file -NUMBER same as -l NUMBER --verbose print a diagnostic to standard error just before each output file is opened --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. Output 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. POS is F[.C][OPTS], where F is the field number and C the character position in the field, both counted from one with -k, from zero with the obsolescent form. OPTS is made up of one or more of Mbdfinr; this effectively disables global -Mbdfinr settings for that key. If no key is given, use the entire line as the key. With no FILE, or when FILE is -, read standard input. Paginate or columnate FILE(s) for printing. +FIRST_PAGE[:LAST_PAGE], --pages=FIRST_PAGE[:LAST_PAGE] begin [stop] printing with page FIRST_[LAST_]PAGE -COLUMN, --columns=COLUMN produce COLUMN-column output and print columns down, unless -a is used. Balance number of lines in the columns on each page. -a, --across print columns across rather than down, used together with -COLUMN -c, --show-control-chars use hat notation (^G) and octal backslash notation -d, --double-space double space the output -e[CHAR[WIDTH]], --expand-tabs[=CHAR[WIDTH]] expand input CHARs (TABs) to tab WIDTH (8) -F, -f, --form-feed use form feeds instead of newlines to separate pages (by a 3-line page header with -F or a 5-line header and trailer without -F) 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. Print line, word, and byte counts for each FILE, and a total line if more than one FILE is specified. With no FILE, or when FILE is -, read standard input. -c, --bytes, --chars print the byte counts -l, --lines print the newline counts -L, --max-line-length print the length of the longest line -w, --words print the word counts --help display this help and exit --version output version information and exit Print selected parts of lines from each FILE to standard output. -b, --bytes=LIST output only these bytes -c, --characters=LIST output only these characters -d, --delimiter=DELIM use DELIM instead of TAB for field delimiter -f, --fields=LIST output only these fields -n (ignored) -s, --only-delimited do not print lines not containing delimiters --output-delimiter=STRING use STRING as the output delimiter the default is to use the input delimiter --help display this help and exit --version output version information and exit Use one, and only one of -b, -c or -f. Each LIST is made up of one range, or many ranges separated by commas. Each range is one of: N N'th byte, character or field, counted from 1 N- from N'th byte, character or field, to end of line N-M from N'th to M'th (included) byte, character or field -M from first to M'th (included) byte, character or field With no FILE, or when FILE is -, read standard input. Print the last %d 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. --retry keep trying to open a file even if it is inaccessible when tail starts or if it becomes inaccessible later -- useful only with -f -c, --bytes=N output the last N bytes -f, --follow[={name|descriptor}] output appended data as the file grows; -f, --follow, and --follow=descriptor are equivalent -n, --lines=N output the last N lines, instead of the last %d --max-unchanged-stats=N see the texinfo documentation (the default is %d) --max-consecutive-size-changes=N see the texinfo documentation (the default is %d) --pid=PID with -f, terminate after process ID, PID dies -q, --quiet, --silent never output headers giving file names -s, --sleep-interval=S with -f, sleep S seconds between iterations -v, --verbose always output headers giving file names --help display this help and exit --version output version information and exit If the first character of N (the number of bytes or lines) is a `+', print beginning with the Nth item from the start of each file, otherwise, print the last N items in the file. N may have a multiplier suffix: b for 512, k for 1024, m for 1048576 (1 Meg). A first OPTION of -VALUE or +VALUE is treated like -n VALUE or -n +VALUE unless VALUE has one of the [bkm] suffix multipliers, in which case it is treated like -c VALUE or -c +VALUE. With --follow (-f), tail defaults to following the file descriptor, which means that even if a tail'ed file is renamed, tail will continue to track its end. This default behavior is not desirable when you really want to track the actual name of the file, not the file descriptor (e.g., log rotation). Use --follow=name in that case. That causes tail to track the named file by reopening it periodically to see if it has been removed and recreated by some other program. 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. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 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. Unknown system errorUsage: %s [-DIGITS] [OPTION]... [FILE]... Usage: %s [OPTION] [FILE] Write totally ordered list consistent with the partial ordering in FILE. With no FILE, or when FILE is -, read standard input. --help display this help and exit --version output version information and exit Usage: %s [OPTION] [FILE]... Usage: %s [OPTION] [FILE]... or: %s [OPTION] --check [FILE] Print or check MD5 checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read files in binary mode (default on DOS/Windows) -c, --check check MD5 sums against given list -t, --text read files in text mode (default) The following two options are useful only when verifying checksums: --status don't output anything, status code shows success -w, --warn warn about improperly formated MD5 checksum lines --help display this help and exit --version output version information and exit The sums are computed as described in RFC 1321. When checking, the input should be a former output of this program. The default mode is to print a line with checksum, a character indicating type (`*' for binary, ` ' for text), and name for each 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]] Usage: %s [OPTION]... [INPUT]... (without -G) or: %s -G [OPTION]... [INPUT [OUTPUT]] Valid arguments are:WARNING: %d of %d computed %s did NOT matchWarning: it is not portable to use two or more file arguments with tail's obsolescent option syntax (%s). Use the equivalent -n or -c option instead.Wrap input lines in each FILE (standard input by default), writing to standard output. -b, --bytes count bytes rather than columns -s, --spaces break at spaces -w, --width=WIDTH use WIDTH columns instead of 80 --help display this help and exit --version output version information and exit Write 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 Write sorted concatenation of all FILE(s) to standard output. +POS1 [-POS2] start a key at POS1, end it *before* POS2 (obsolescent) field numbers and character offsets are numbered starting with zero (contrast with the -k option) -b ignore leading blanks in sort fields or keys -c check if given files already sorted, do not sort -d consider only [a-zA-Z0-9 ] characters in keys -f fold lower case to upper case characters in keys -g compare according to general numerical value, imply -b -i consider only [\040-\0176] characters in keys -k POS1[,POS2] start a key at POS1, end it *at* POS2 field numbers and character offsets are numbered starting with one (contrast with zero-based +POS form) -m merge already sorted files, do not sort -M compare (unknown) < `JAN' < ... < `DEC', imply -b -n compare according to string numerical value, imply -b -o FILE write result on FILE instead of standard output -r reverse the result of comparisons -s stabilize sort by disabling last resort comparison -t SEP use SEParator instead of non- to whitespace transition -T DIRECTORY use DIRECTORY for temporary files, not $TMPDIR or %s -u with -c, check for strict ordering; with -m, only output the first of an equal sequence -z end lines with 0 byte, not newline, for find -print0 --help display this help and exit --version output version information and exit Written by %s. [=c=] expressions may not appear in string2 when translating`%s' has appeared; following end of new file`%s' has become accessible`%s' has become inaccessible`%s' has been replaced; following end of new file`-%c' extra characters or invalid number in the argument: `%s'`--columns=COLUMN' invalid number of columns: `%s'`--pages' invalid ending page number: `%s'`--pages' invalid range of page numbers: `%s'`--pages' invalid starting page number: `%s'`--pages' starting page number is larger than ending page number`--pages=FIRST_PAGE[:LAST_PAGE]' missing argument`-N NUMBER' invalid starting line number: `%s'`-W PAGE_WIDTH' invalid number of characters: `%s'`-l PAGE_LENGTH' invalid number of lines: `%s'`-o MARGIN' invalid line offset: `%s'`-w PAGE_WIDTH' invalid number of characters: `%s'a delimiter may be specified only when operating on fieldsat least one string must be given when squeezing repeatsblock sizeboth files cannot be standard inputcannot do ioctl on `%s'cannot skip past end of combined inputcannot split in more than one waychecksumchecksumsclosing %s (fd=%d)compatibility mode supports at most three argumentscould not find loopcreating 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 filein compatibility mode, the last two arguments must be offsetsinput 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 argumentline number `%s' is smaller than preceding line number, %smemory exhausted minimum 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 files remainingno 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 specifiedonly 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 narrowprinting all duplicated lines and repeat counts is meaninglessrange-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 errorstandard inputstandard input is closedstandard outputstarting field character offset argument to the `-k' option must be positivestarting field spec has `.' but lacks following character offsetstarting page number larger than total number of pages: `%d'stdin: read errorsuppressing 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 arguments; When using tail's obsolescent option syntax (%s) there may be no more than one file argument. Use the equivalent -n or -c option instead.too many non-option argumentstotaltwo strings must be given when both deleting and squeezing repeatstwo strings must be given when translatingunrecognized option `-%c'warning: --retry is useful only when following by namewarning: PID ignored; --pid=PID is useful only when followingwarning: 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: GNU textutils 2.0 POT-Creation-Date: 1999-12-09 17:35+0100 PO-Revision-Date: 1999-09-11 20:04+0900 Last-Translator: Masahito Yamaga Language-Team: Japanese MIME-Version: 1.0 Content-Type: text/plain; charset=EUC-JP Content-Transfer-Encoding: 8bit -B, --binary 󥽡ǥХ˥Хʥǽ Ťۤν() `եå' -j OFFSET Ʊ̣Ȥʤޤ. `٥' ɽ򳫻ϤХȰ֤εɥ쥹, פοʹԤȤȤ ͤäޤ. OFFSET LABEL ͤȤ, `.' եåΤ褦 ư򤵤٤, ǽ 0x 0X Ĥ, `b' Ĥ뤳Ȥ, 512 ܤ뤳ȤǤޤ. -t,--typeץǤηλϰʲΤ褦ˤʤޤ: a ʸ̾ c ASCII ʸ⤷, `\' d[] դ10ʿ 1 (integer)Υ f[] ư 1 (integer)Υ o[] 8ʿ 1 (integer)Υ u[] ʤ10ʿ 1 (integer)Υ x[] 16ʿ 1 (integer)Υ ǤΥλϿǤ. פ doux ˴ޤޤʤ, ,C sizeof(char) Ȥ, S sizeof(short) Ȥ, I sizeof(int), ޤ L sizeof(long) Ǥޤ. ޤפ f ʤ, F sizeof(float) Ȥ, D sizeof(double) Ȥ, ޤ L sizeof(long double) ȤƻǤޤ. RADIX ˤ, եåͤδȤƻѤͤ, 10 ʿʤ d , 8 ʿ ʤ o , 16 ʿʤ x ꤷ, ɽʤ n ꤷޤ. BYTES ˤ, 16 ʿʤ, `0x'`0X' ͤդ, 512 ܤˤ b , 1024 ܤˤ k , 1048576 ܤˤ, m դޤ. z դ ɤʷǤϤγƹԤθ˰ǽʸդäޤ. -s ˿ͤ ʤˤ, 3 åȤޤ. -w ˿ͤꤷʤ, 32 ޤ. ä˥ץꤷʤˤ, od ޥɤ `-A o -t d2 -w 16' λˤʤäƤޤ. Хȯ 𤷤Ʋ. SET ʸˤäƻꤷޤ. ¿ξ礽ʸȤɽޤ. Τϰʲ̤: \NNN ʸ 8 ʿɽ(1 3 Ĥ 8 ʿ) \\ Хåå \a ٥ \b Хåڡ \f եե \n \r \t ʿ \v ľ CHAR1-CHAR2 CHAR1 CHAR2 ޤǤ򾺽Ÿʸ [CHAR1-CHAR2] SET1 SET2 ξǻꤷˤ CHAR1-CHAR2 Ʊ [CHAR*] SET2 Ȥ, CHAR SET1 ĹʬŸʸ [CHAR*REPEAT] CHAR REPEAT Ÿʸ, REPEAT ͤ 0 Ϥ᤿ˤ, 8 ʿȤƲ [:alnum:] ƤΥե٥åȤȿ [:alpha:] ƤΥե٥å [:blank:] Ƥοʿʸ [:cntrl:] Ƥʸ [:digit:] Ƥο [:graph:] Ƥɽǽʸ, ϴޤޤʤ [:lower:] Ƥξʸե٥å [:print:] Ƥɽǽʸ, ޤ [:punct:] Ƥζ [:space:] Ƥοʿڤӿľʸ [:upper:] Ƥʸե٥å [:xdigit:] Ƥ 16 ʿ [=CHAR=] Ƥ CHAR ʸ. 饹 ִ -d ץͿ줺, SET1 SET2 λ꤬Ȥ Ԥʤޤ. -t ץִμ¹ԻˤΤѤǤޤ. SET2 SET1 Ĺʬɬפ˱ƤκǸʸŸޤ. SET2 ;ʬʸ ̵뤵ޤ. [:lower:] ڤ [:upper:] ξΤ߾Ÿ뤳Ȥ ݾڤޤ. ΥץʸȾʸȤִλԤʤݤ Ȥ߹碌ȤѤǤޤ. -s ץ, ִǤǤʤ SET1 ͤѤޤ. -- ִǤäˤ, ִԤʤä SET2 Ѥʸΰ̤Ԥʤޤ. -h HEADER, --header=HEADER ڡإåΥե̾ HEADER ĹإåǤ, ʸκ¦ڤ뤳Ȥˤʤ -h "" Ȼꤹ, إå϶ιԤȤʤ -h"" ȤԤʤäƤϤʤ -i[CHAR[WIDTH]], --output-tabs[=CHAR[WIDTH]] CHAR ִ WIDTH ä˻꤬ʤ CHAR TAB WIDTH 8 -J, --join-lines ԤƤ礷, (-W ιڤȤԤʤʤ)Ȥ ĴԤʤʤ. -S[STRING] Ƕڤʸ -l PAGE_LENGTH, --length=PAGE_LENGTH ڡĹ PAGE_LENGTH . ꤵʤ 66 . (Կ 56 Ȥʤ, -f Ĥʤ 63 ) -m, --merge ƥեʤ¤٤ɽ. Ϥ߽ФԤڤΤ 뤬, -J ץˤäƹԤƤϷҤ -n[SEP[DIGITS]], --number-lines[=SEP[DIGITS]] ֹղä. ֹη DIGIT ֹȹԤȤδ֤ʸ Ȥ SEP . ꤬ʤ DIGITS 5, SEP TAB ǥեȤǤϥե 1ܤ饫 -N NUMBER, --first-line-number=NUMBER ǽΥڡ 1 ܤιֹ NUMBER ֤鳫 (+FIRST_PAGE 򻲾) -o MARGIN, --indent=MARGIN ƹԤκ; MARGIN () ʸʬζȤ -w -W ˱ƶƤϤʤʤ. MARGIN PAGE_WIDTH ä -r, --no-file-warnings ե뤬ʤäηٹά -s[CHAR],--separator[=CHAR] ʸ CHAR ʤʬ˻ CHAR ΥǥեȤ -w ʤ , -w ץ󤬤жʸ -s[CHAR] -w ꤵƤʤ ʤ˴ؤ 3ĤΥץ (-COLUMN|-a -COLUMN|-m) ٤ ˤԤڤ̵ͤ -S[STRING], --sep-string[=STRING] Ǥդ STRING ʤʬ˻ -S "STRING" ȤƻȤäƤϤʤʤ -S Τ: ʬʸѤʤ (-S"" Ʊ) -S ʤ: -J ʤ ʳ Ȥ (-S" " Ʊ). ʤ˴ؤ륪ץˤϱƶʤ -t, --omit-header إåʸ;ά -T, --omit-pagination إåʸ;ά, ϥեβڡ̵ -v, --show-nonprinting Хåå(\) + 8 ʿˤ뵭Ҥ -w PAGE_WIDTH, --width=PAGE_WIDTH ʣνϤФƤΤߥڡ PAGE_WIDTH (72) ʸꤷ, -s[char] ̵ (72) -W PAGE_WIDTH, --page-width=PAGE_WIDTH ڡ PAGE_WIDTH (72) ʸꤷ, Ϥ߽ФԤ ڤΤ. -J ץ󤬻ꤵƤʤ ¤. -S -s ˤϲƶʤ --help Ȥɽ --version Сɽ -T -l nn Ѥ, nn <= 3 λ(-f ץ󤢤), ⤷ nn <= 10 (-f ץʤ)ȻꤹΤƱ̣ˤʤޤ. ե뤬ꤵʤ, 뤤ϥեȤ `-' ꤵ줿, ɸϤɤ߹ߤޤ. : ֤ %d %c: 켰ץʸ̵Ǥ%d: եޥå="%s" =%d %s (ɽ `%s')%s%*s%s%*s ڡ%s: %lu: MD5 åιԤȤŬڤʽ񼰤Ǥ%s: %s 礭ɽǤޤ%s: %s:%d: νԵ§: %s: ץޤɤ߹ߤ˼Ԥޤ %s: `%s': ϰϳιֹ%s: `%s': פޤ%s: ǥߥ(`/') μˤ `+',`-' դͤꤷƲ%s: ֤Ȥˤ `}' ɬפǤ%s: üǥߥ(`%c')礱Ƥޤ%s: 饹黻ҤϰĤʸǤʤФʤޤ%s: ʥץ -- %c %s: ϥե뤬ϥե뤬ƱեǤ%s: `%c' μˤͤꤷƲ%s: ̵ʥץֹǤ%s: η³Ѳκ̵Ǥ%s: ̵Ѳξ֤κ̵Ǥ%s: ̵ֹǤ%s: ̵ʥХȿɽǤ%s: ̵ʹԿɽǤ%s: ̵ÿǤ%s: ְäץ -- %c %s: ̵ʥѥǤ%s: ̵ɽǤ: %s%s: ֹϥ礭ǤʤФʤޤ%s: ϰϳιֹ%s: MD5 åȤŬڤʽ񼰤ιԤޤ%s: ץ `%c%s' ˰ɬפޤ %s: ץ `%s' ۣǤ %s: ץ `%s' ˤϰɬפǤ %s: ץ `--%s' ˰Ϥޤ %s: ץ `-W %s' ˰Ϥޤ %s: ץ `-W %s' ۣǤ %s: ץˤϰɬפǤ -- %c %s: ɤ߹ߥ顼%s: ץ `%c%s' ǧǤޤ %s: ץ `-%c' ǧǤޤ %s: ץ `--%s' ǧǤޤ %s: 񤭹ߥ顼%s}: `{' `}' δ֤ˤͤɬפǤȤβ(-a)ƱǤޤ.˰ȤˤϥǤޤ.줾쥽Ȥ줿 եA եB ȤԤȤӤޤ. -1 եA ˤޤޤʤԤνϤ -2 եB ˤޤޤʤԤνϤ -3 ξΥե˶̤˴ޤޤƤԤνϤ --help Ȥɽ --version Сɽ ե⤷ɸϤϢ³Ūɤ߹, ɸϤ˽񤭽Фޤ. -A, --show-all -vETƱ -b, --number-nonblank Ԥƹֹդä -e -vEƱ -E, --show-ends ԤκǸ`$'դä -n, --number ֹդä -s, --squeeze-blank Ϣ³Ԥ򰵽 -t -vTƱ -T, --show-tabs TABʸ`^I'ɽ -u (̵) -v, --show-nonprinting ɽʸ`^'`^'դɽ (LFDTABϽ) --help Ȥɽ --version Сɽ եλ꤬ʤä, `-'Ǥä, ɸϤɤ߹ߤޤ. ƥեζ򥿥֤Ѵ, ɸϤ˽񤭹ߤޤ. FILE ꤵʤ, FILE - ꤵ줿ˤɸϤɤ߹ߤޤ. -a, --all ƬζǤʤ, Ƥζ򥿥֤Ѵ -t, --tabs=NUMBER 8 NUMBER Ĥζ򥿥֤ѹ -t, --tabs=LIST ޤǶڤä LIST ǥ֤ΰ֤Ū˻ --help Ȥɽ --version Сɽ -t NUMBER , -t LIST , -NUMBER -LIST Ȥ񼰤ѤƤ ޤ. եΥ֤ʸѴ, ɸϤ˽Ϥޤ. եλ꤬ʤä, `-' Ǥä, ɸϤɤ߹ߤޤ. -i, --initial ʸʹߤΥ֤Ѵʤ -t, --tabs= ɸ8ˤ˻ -t, --tabs=ꥹ (,)Ƕڤ줿ꥹȤ˥֥ȥåפ --help Ȥɽ --version Сɽ `-t ' `-t ꥹ'Τ, `-' ⤷ `-ꥹ'ˤäƤ Ǥޤ. ϸ(⤷ɸ)ʣԤ, (⤷ɸ) 񤭹ߤޤ. -c, --count ³ƽиԤβɽ -d, --repeated ʣԤΤߤ -D, --all-repeated ƤνʣԤ -f, --skip-fields=N ԤƬ N ĤΥեɤ̵ -i, --ignore-case ʸʸΰ㤤̵ -s, --skip-chars=N ǽNʸӤʤ -u, --unique ʣʤäԤΤߤ -w, --check-chars=N , N ʸʾӤʤ -N -f N Ʊ +N -s N Ʊ --help Ȥɽ --version Сɽ եɤȤ, ʸǶڤ줿, ʳʸʤʸ ؤޤ. ǽΥեɤ 1 Ȥƿޤ. ϤФιԤΤ, ꤷեɤƤפƤˤ ɸϤ 1 Ԥ񤭹ߤޤ. ä˻꤬ʤˤ, Ƕڤ줿 ǽΥեɤ, եɤȤƽޤ. ե1 ޤϥե2 Ȥ `-' Ϳ줿(ξԲ)ˤ, ɸϤɤ߹ߤޤ. -a SIDE SIDE ˻ꤷե뤫ιԤ԰פιԤ -e EMPTY νϥեɤ EMPTY ֤ -i, --ignore-case եӤκݤʸʸΰ㤤̵ -j FIELD (Ťˡ) `-1 FIELD -2 FIELD' Ʊ -j1 FIELD (Ťˡ) `-1 FIELD' Ʊ -j2 FIELD (Ťˡ) `-2 FIELD' Ʊ -o FORMAT ϹԤ FORMAT ν񼰤˽äƹ -t CHAR ϡϤΥեɶڤʸȤ CHAR -v SIDE `-a SIDE' ȻƤ뤬Ϥ򾯤 -1 FIELD ե1 FIELD ˴ŤƷ -2 FIELD ե2 FILED ˴ŤƷ --help Ȥɽ --version Сɽ -t CHAR Ϳʤ, ʸեɤʬ䤷, 򤽤ΤΤ ̵뤵ޤ. Ϳ줿ˤ, եɤʸ CHAR ˤäʬ䤵ޤ. FIELD ʬˤ 1 եɤΰ֤׵ᤷޤ. FORMAT ʬˤ 1İʾ `SIDE.FIELD' `0' 򥫥(,)ʸ Ƕڤäƻꤷޤ. FORMAT ꤷʤäˤ, FILE1 λĤ줿 ե, FILE2 λĤ줿ե, եɤ CHAR Ƕڤä Ϥޤ. ĹץФɬܤΰûץФƤɬܤǤ. -A, --auto-reference ưʸ -C, --copyright ȥԡ˴ؤɽ -G, --traditional System V `ptx' ˤᤤư -F, --flag-truncation=STRING Ԥڤͤܰ STRING -M, --macro-name=STRING `xx' ˻Ȥޥ̾ -O, --format=roff roff ̿ǽϤ -R, --right-side-refs ʸ򱦤. -w δˤʤ -S, --sentence-regexp=REGEXP ޤʸɽɽ -T, --format=tex TeX ̿ǽϤ -W, --word-regexp=REGEXP ɤФ REGEXP ǰפĴ٤ -b, --break-file=FILE FILE 椫ñʬ䤹ʸ -f, --ignore-case ʸʸѤ¤ؤ -g, --gap-size=NUMBER ϤΥեɴ֤η֤礭 -i, --ignore-file=FILE FILE ̵뤹ñɤ߹ -o, --only-file=FILE FILE ñΤߤɤ߹ -r, --references ƹԤ1եɤ򻲾ʸȸʤ -t, --typeset-mode - ̤ - -w, --width=NUMBER ν. ʸƿ --help Ȥɽ --version Сɽ FILE ꤵʤ, ⤷ FILE - ξ, ɸϤɤ߹ޤޤ. ǥեȤǤ `-F /' ꤷȤˤʤޤ. Ȥ̤ޤλINPUT եꥵʬ䤷, 줾 PREFIXaa, PREFIXab, ... Ȥ ̾Υե˽񤭹ߤޤ. ä˻꤬ʤ INPUT Ȥ - ꤷ, ɸϤɤ߹ߤޤ -b, --bytes=SIZE 1 Ĥνϥե뤢 SIZE ХȤĽ -C, --line-bytes=SIZE 1 Ĥνϥե뤢 ƹԤ SIZE ʲĹ ʤ褦ˤƽ -l, --lines=NUMBER 1 Ĥνϥե SIZE ԤĽ -NUMBER -l NUMBER Ʊ --verbose ϥե򥪡ץ󤹤٤, ɸ२顼Ϥ ǥå --help Ȥɽ --version Сɽ SIZE ˤ, ܿҤĤ뤳ȤǤޤ. b 512 , k 1024 (kilo), m 1048576 (mega)Ȥʤ. ϥեѥǶڤ, Ҥե`xx01', `xx02',... ؽϤޤ. , γҥեΥ(Хñ)ɸϤޤ. -b, --suffix-format=FORMAT %%d ΤFORMAT(printf) -f, --prefix=PREFIX ϥե̾ƬȤ `xx' PREFIX Ȥ褦 -k, --keep-files 顼ȯˤޤǤνϥեʤ -n, --digits=DIGITS ϥե̾οʬ 2 ˤ DIGITS -s, --quiet, --silent ϥեΥɽʤ -z, --elide-empty-files ΥեϺʤ褦 --help Ȥɽ --version Сɽ ե̾`-'ΤȤɸϤɤ߹ߤޤ. ѥϰʲ̤: Կ Ԥľޤ(ιԤϴޤޤʤ)񤭹 /ɽ/[եå] פԤľޤǤ񤭹 %%ɽ%%[եå] פԤľޤǤ򥹥å {} ľΥѥꤷ֤ {*} ľΥѥǽʤ֤ եåȤλˤ `+' ޤ `-' ͤ³ƻꤷޤ. POS ν񼰤 F[.C][OPTS] Ǥ, F ˤϥեֹ, C ˤϥե ʸΰ֤ꤷޤ. ֤ͤϤ 0 饫Ȥޤ. OPTS 1 İʾ Mbdfinr ꤵ, ΥեɤФƻꤷ ˡ¤ؤԤޤ. ξ, Τ˻ꤷ -Mbdfinr ץ ΥեɤФƱƶͿޤ. Ϳʤä, Τ򥭡ȤƻѤޤ. եλ꤬ʤե̾ `-' ξɸϤɤ߹ߤޤ. Τ, ڡդȤԤʤޤ. +FIRST_PAGE[:LAST_PAGE], --pages=FIRST_PAGE[:LAST_PAGE] FIRST_PAGE 򳫻Ϥ LAST_PAGE ޤǤ LAST_PAGE ά, Ǹޤǰ -COLUMN, --columns=COLUMN COLUMN ʤȤ, ʤβ˸ƽ ڡ˥ιԿĴ -a, --across ƹԤȤβؽ˽ -COLUMN ץȶ˻ -c, --show-control-chars ȥ륭饯˥ϥåȤĤ( ^G), ¾ ǽʸˤϥХåå 8 ʿɽ -d, --double-space Դ֤˶Ԥ -e[CHAR[WIDTH]], --expand-tabs[=CHAR[WIDTH]] Ϥ줿 CHAR WIDTH ζ˳Ȥ CHAR, WIDTH λ꤬ʤ CHAR TAB, WIDTH 8 ѹ -F, -f, --form-feed ڡκݤ˲ԤǤϤʤ, ڡɤ (-f ȶ 3ʬ, -f ꤷʤ 5ʬΥإå) ե CRC åɽ, Хȿ׻ޤ. --help Ȥɽ --version Сɽ FILE Υåȥ֥åɽޤ. -r -s ץ̵ˤ BSD Υå 르ꥺѤ, ֥åñ̤ 1K ХȤ -s, --sysv System V Υåॢ르ꥺѤ, ֥åñ̤ 512 ХȤ --help Ȥɽ --version Сɽ FILE ꤵʤ, FILE Ȥ - ꤵ줿, ɸϤɤ߹ߤޤ եƬ 10 ʬɸϤɽޤ. ʣΥեݤˤ, ƽϤΤϤ˥ե̾ɽޤ. ե̾ꤷʤ, ե̾ `-' ꤷˤ, ɸϤɤ߹ߤޤ. -c, --bytes=SIZE Ƭ SIZE Хȿ -n, --lines=NUMBER ƬλԿԿ (ǥե 10) -q, --quiet, --silent ե뤴ȤΥإåνϤԤʤ -v, --verbose ե뤴Ȥ˥إå --help Ȥɽ --version Сɽ SIZEϤĤΥեåդޤ: 512ХȤǤ`b',1Ǥ`k', 1ᥬǤ`m'ȤʤäƤޤ. ǽΥץȤ`-VALUE'Ϳ, VALUE `b',`k',`m'Υեå `-c VALUE'Ȥʤ, ʳǤ`-n VALUE'Ȳᤵޤ. ꤵ줿եιԿ, ñ,Хȿޤ. ׹Կ ʣե뤬, ׹Կɽޤ. ե꤬ʤä `-'Ǥ, ɸϤϤȤʤޤ. -c, --bytes, --chars Хȿɽ -l, --lines Կɽ -L, --max-line-length ǤĹԤĹɽ -w, --words ñɽ --help Ȥɽ --version Сɽ եγƹԤ򤷤ʬڤФ, ɸϤɽޤ. -b, --bytes=LIST LIST ˻ꤷХȰ֤ʸ -c, --characters=LIST LIST ˻ꤷʸ֤ -d, --delimiter=DELIM եɤζڤʸ TAB DELIM -f, --fields=LIST LIST ˻ꤷեɤ -n (̵뤵) -s, --only-delimited ڤʸޤޤʤԤϤʤ --output-delimiter=STRING ϤζڤʸȤ STRING ǥեȤǤϤζڤʸ --help Ȥɽ --version Сɽ -b, -c, -f ץ, ʤȤĤϻꤹɬפޤ. LIST ˤϰʲν񼰤ˤڤФϰϤꤷޤ. ϰϤλκݤˤ, (,) Ȥä, ϰϤ󤹤뤳ȤǤޤ. N Ƭ 1 Ȥ, N ܤΰ֤ˤ, ʸޤϥեɤ N- N ܤΰ, ʸޤϥեɤޤǤ N-M N ܤ M (ޤ)ޤǤΰ, ʸޤϥեɤ -M Ƭ M (ޤ)ޤǤΰ, ʸޤϥեɤ եλ꤬ʤä, `-'Ǥä, ɸϤɤ߹ߤޤ. FILE %d ԤɸϤɽޤ. ʣ FILE ꤷ, ƥեƬ˥إåȤƥե̾ ޤ. FILE ꤵʤ, FILE - ꤵ줿 ɸϤɤ߹ߤޤ. --retry tail εư˥ե뤬ǽ, ⤷ θ˥ǽˤʤäȤƤե Ȥ³ (-f ѻΤ) -c, --bytes=N Ǹ N ХȤɽ -f, --follow[={name|descriptor}] ե륵äȤȤ, ɲŪʽϤԤ -f, --follow --follow=descriptor -n, --lines=N Ǹ %d ԤǤϤʤ, Ǹ N Ԥ --max-unchanged-stats=N texinfo ʸ򻲾 (ǥե %d) --max-consecutive-size-changes=N texinfo ʸ򻲾 (ǥե %d) --pid=PID -f ѻ˥ץ ID PID ̤Ƚλ -q, --quiet, --silent ե̾إåȤƽϤΤߤᤵ -s, --sleep-interval=S -f ѻη֤δֳ֤ S ä -v, --verbose ˥ե̾إåȤƽ --help Ȥɽ --version Сɽ ХȤ饤λǤ N κǽʸȤ `+' Ϳ, ƥեƬ N ܤɽ, Ǥʤ, եκǸ夫 N ޤǤιܤɽޤ. N ȤܿץĤ뤳ȤǤޤ. b ʤ 512 , k ʤ 1024 , m ʤ 1048576 (1MB) ޤ. ǽΥץ 1 Ĥ -VALUE +VALUE ꤷ, bkm Ĥʤ 줾 -n VALUE 뤤 -n +VALUE Ȥưޤ. Τ褦ʾˤ -c VALUE -c +VALUE Ȥưޤ. --follow (-f) Ȥ tail ϥǥեȤǥե뵭һҤªޤ. Ĥޤ tail ɤǤե̾ѹƤ, tail ϤΥե ɤ³ޤ. ΥǥեȤư, ե뵭һҤǤϤʤե̾ եªˤϹޤޤ (: Υơ). Τ褦ʾ --follow=name ȤäƤ. ˤ tail ŪˤΥե뤬줿¾Υץˤäƺľ줿 ɤǧ, ̾Υեªޤ. եΤ줾ʤ, ɸϤɽޤ. ե̾ꤷʤä, ե̾ `-' Ȼꤵ줿ˤ ɸϤɤ߹ߤޤ. Ĺץ, ûץ, ΰ̣ȤƤƱǤ. -c, --crown-margin ǽ 2 ԤΥǥȤ¸ -p, --prefix=STRING STRING ǻϤޤԤ -s, --split-only ĹԤʬԤ -t, --tagged-paragraph 1 ܤ 2 ܤȤǥǥȤۤʤ -u, --uniform-spacing ñδ֤ˤ 1, ʸδ֤ˤ 2 Ĥζ֤ -w, --width=NUMBER (ɸ 75ʸ) --help Ȥɽ --version Сɽ -wNUMBER ȤѤ, ʸ `w' ϾάǤޤ. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. [] פʤΤʤΤǥꥸʥ⤽Τޤ޻ĤƤޤ. ܥץϥե꡼եȥǤ. ʤ Free Software Foundation ɽ GNU ̸ͭѵΥС 2 ⤷ ʹߤΥСΤΤ줫ΥС () 줿 βܥץۤѹꤹ뤳ȤǤޤ. ܥץͭѤǤȴԤƤޤ, ۤˤäƤ, ԾޤŪŬФۤݾڤޤ, ʤݾڤפޤ. ܺ٤ GNU ̸ͭѵɤߤ. ʤܥץȤȤ GNU ̸ͭѵμ̤äƤ ϤǤ, ⤷Ǥʤ Free Software Foundation, inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA ؼ񤤤Ƥ. ɸϤɤ߹ʸִ, , , ɸϤ˽񤭹ߤޤ. -c, --complement ǽ SET1 佸֤ -d, --delete SET1 ʸ, ִϹԤʤ -s, --squeeze-repeats ֤ʸ 1 ʸ˰ -t, --truncate-set1 SET1 Ĺ SET2 ĹڤΤ --help Ȥɽ --version Сɽ ܤ `%s --help' ¹ԤƲ. ̤ΤΥƥ२顼ˡ: %s [-DIGITS] [ץ]... [ե]... ˡ: %s [ץ] [ե] եνˤä, ƤƽϤޤ. ե뤬ꤵʤ, ⤷ϥե뤬 - ξɸϤɤ߹ߤޤ. --help Ȥɽ --version Сɽ ˡ: %s [ץ] [ե]... ˡ: %s [ץ] [ե]... : %s [ץ] --check [ե] MD5 åɽ, ޤϾȹ ե뤬ꤵʤ, եȤ `-' ꤷˤ, ɸϤɤ߹ߤޤ. -b, --binary եХʥ⡼ɤɤ߹(DOS/Windows Ǥϥǥե) -c, --check Ϳ줿ꥹȤФ MD5 ͤξȹԤ -t, --text եƥȥ⡼ɤɤ߹(ǥե) ʲ 2ĤΥץϥåγǧԤݤˤΤͭ --status ɽ˥ơɤˤä, ɤ򼨤 -w, --warn MD5 åԤ̵˷ٹ --help Ȥɽ --version Сɽ å RFC 1321 ˵Ƥ̤˷׻ޤ. ȹκݤ ե, ΥץˤäƽϤ줿ǤʤФʤޤ. ä˥ץꤷʤǼ¹Ԥˤ, 줾Υե å, פ˴ؤ(Хʥˤ `*', ƥȤˤ ` '), ڤӥե̾ɽޤ. ˡ: %s [ץ] [INPUT [PREFIX]] ˡ: %s [ץ]... ե ѥ... ˡ: %s [ץ]... ե1 ե2 ˡ: %s [ץ]... եA եB ˡ: %s [ץ]... SET1 [SET2] ˡ: %s [ץ]... [ե]... ˡ: %s [ץ]... [ե]... : %s --traditional [ե] [[+]եå [[+]٥]] ˡ: %s [ץ]... [ϸ []] ˡ: %s [ץ]... [ϸ]... (-G ʤ) : %s -G [ץ]... [ϸ []] ͭʰ:ٹ: %2$d %1$d %3$sפޤǤٹ: tail ε켰ץ (%s) Ǥ 2İʾΥեꤹ뤳Ȥ 褯ޤ. -n ޤ -c ץ ȤäƤ.եγƹԤޤ֤Ԥ, ̤ɸϤ˽񤭹ߤޤ. -b, --bytes ǤϤʤХȿǥ -s, --spaces ΰ֤ޤ֤ -w, --width=WIDTH 80 1 Ԥ --help Ȥɽ --version Сɽ եΤɽɸϤ˽񤭹. ä˻꤬ʤ, 8 ʿ ɽޤ. եꤵʤ, 뤤 `-' ꤵ줿ˤ, ɸϤɤ߹ߤޤ. -A, --address-radix=RADIX ե륪եåȤɽ -j, --skip-bytes=BYTES եƬ BYTES ʬå -N, --read-bytes=BYTES פե礭 BYTES -s, --strings[=BYTES] ɽǽ BYTES ʾĹʸ -t, --format=TYPE ϥեޥåȤ -v, --output-duplicates `*' ޡǽϹԤάΤߤᤵ -w, --width[=BYTES] ԤνϥХȿ --traditional ηŤ POSIX ηȤƲ --help Ȥɽ --version Сɽ POSIX ͤ, 礵ƻꤷƤ⹽ޤ. ꤷˤ줾ηɽޤ. -a ץ -t a Ʊ, ʸ̾λ -b ץ -t oC Ʊ, 8ʿХȤλ -c ץ -t c Ʊ, ASCIIʸ`\'פλ -d ץ -t u2 Ʊ, ʤ硼10ʿλ -f ץ -t fF Ʊ, ưλ -h ץ -t x2 Ʊ, 硼16ʿλ -i ץ -t d2 Ʊ, 硼10ʿλ -l ץ -t d4 Ʊ, 10ʿλ -o ץ -t o2 Ʊ, 硼8ʿλ -x ץ -t x2 Ʊ, 硼16ʿλ ե˹ԤսˤɸϤ˽񤭹ߤޤ FILE ꤵʤ FILE Ȥ - ꤵ줿, ɸϤɤ߹ߤޤ -b, --before ڤʸ쥳ɤǤϤʤ -r, --regex ڤʸɽȤƲ -s, --separator=STRING ʸ STRING ڤʸ --help Ȥɽ --version Сɽ ꤷ줾Υե˹ֹդ­, ɸϤ˽񤭹ߤޤ. եλ̵꤬, `-' ꤷˤ, ɸϤɤ߹ߤޤ. -b, --body-numbering=STYLE ʸιֹ STYLE η -d, --section-delimiter=CC ڡζڤ국 CC -f, --footer-numbering=STYLE եåιֹ STYLE η -h, --header-numbering=STYLE إåιֹ STYLE η -i, --page-increment=NUMBER ֹʬ NUMBER -l, --join-blank-lines=NUMBER NUMBER İʲζԤŻưԤ ʤƥ -n, --number-format=FORMAT ֹνϷ FORMAT -p, --no-renumber ڡȤ˹ֹΥ󥿤 ꥻåȤʤ -s, --number-separator=STRING (ǽʾ)ֹθ STRING դ­ -v, --first-page=NUMBER ڡκǽιֹ NUMBER -w, --number-width=NUMBER ֹѤʸ NUMBER --help Ȥɽ --version Сɽ ץλ̵꤬, ץ -v1 -i1 -l1 -sTAB -w6 -nrn, -hn, -bt, -fn Ȥưޤ. CC ͤ ڡζڤ국ꤹ뤿 2 ĤʸǤ. 2Ĥʸꤵʤˤ, ۤ : ꤵޤ. `\\' ꤷ, `\\' Ȥ褦ˤƤ. STYLE , ʲΤ 1 Ĥꤷޤ. a ٤Ƥιֹ t ԰ʳιֹ n Ԥιֹ pREGEXP ɽ REGEXP ȤΰפޤԤιֹ FORMAT ˤ, ʲĻꤷޤ: ln ·, ʤ rn ·, ʤ rz ·, FILE γƹԤ, פԤ򥿥ʸǶڤ, ɸϤ˽񤭹ߤޤ. FILE ꤵʤ, 뤤 `-' ꤷˤɸϤɤ߹ߤޤ. -d, --delimiters=LIST ʸ, LIST ʸڤȤƻ -s, --serial ǤϤʤ, ٤ 1 ĤΥեŽդ --help Ȥɽ --version Сɽ եƤ򥽡ȤɸϤ˽񤭹ߤޤ. ϥե뤬ʣξ, Ϣ뤷ƽϤޤ. +POS1 [-POS2] ȥ POS1 POS2 **ޤ** (Ťˡ) եɤֹʸΥեåȤϥ鳫 (-k ץоŪ) -b оݤˤ̵ -c Ϳ줿ե뤬ȤƤ뤫ݤĴ٤ -d ѿȶʸΤߤоݤˤ¤ؤ -f ʸʸƱ뤷¤ؤ -g Ūʿͤ羮ˤä. -b θ̤ޤޤ -i ASCII ʸоݤӤơ¤ؤ -k POS1[,POS2] ȥ POS1 POS2 **ޤ** եɤֹʸΥեåȤ 1鳫 (0Ϥޤ +POS оŪ) -m ¤ؤ˥ޡΤ߹Ԥ -M ̾ǥȤԤ. ̾ʳ JAN 꾮ȸʤ -b ץθ̤ޤ -n ʸͤ羮ˤä. -b θ̤ޤޤ -o FILE ɸϤΤ, ̤ FILE ˽񤭹 -r ӷ̤ȿž -s ӷ̤ʤŪ¤ؤ -t SEP ڤʸʸ SEP ѹ -T DIRECT եȤ $TMPDIR %s DIRECT -u -c ץȤȤѤϢ³ԤƱΤ ʤå. -m ץȤȤѤ, ԤΤǽΤΤɽ -z find -print0 ͤʸκǸ˲ԤǤʤ̥ʸղ --help Ȥɽ --version Сɽ %s. ִλˤ, 2 ܤʸ [=c=] ɽϤǤޤ`%s' ޤ. եΥեªޤ`%s' ϥǽˤʤޤ`%s' ϥǽˤʤޤ`%s' ֤ޤ. եΥեªޤ`-%c' ;ʬʸդƤ뤫ο̵Ǥ: `%s'`--columns=' λ̵꤬Ǥ: `%s'`--pages' λڡλ̵꤬Ǥ: `%s'`--pages' ڡϰϻְ꤬äƤޤ: `%s'`--pages' ϥڡ̵꤬Ǥ: `%s'`--pages' ϥڡλ꤬λڡ礭ͤˤʤäƤޤ`--pages=ϥڡ[:λڡ]' ꤬ޤ`-N ֹ' ̵ʳϹֹ: `%s'`-W ڡ' ̵ʸǤ: `%s'`-l ڡĹ' ̵ʹֹǤ: `%s'`-o ;' ̵ʹԥեå: `%s'`-w ڡ' ̵ʸǤ: `%s'եɤꤷƼ¹ԤˤΤ, ڤʸǤޤ֤ΰ̤Ԥˤ, 1 ĤʸͿʤФʤޤ֥åξΥեɸϤˤϤǤޤ`%s' ioctl() ¹ԤǤޤϤνüۤɤߤȤФϤǤޤʣʬˡϻǤޤåå%s ĤƤޤ (fd=%d)ߴ⡼ɤǤ, 3 İʾΰդޤ롼פ򸫤Ĥ뤳ȤǤޤǤե `%s' `-k' ץФ뽪λեֹ, ǤʤФʤޤλեɻ `.' ޤ, ³ʸ֤λ꤬ޤե륯顼ɽˤ븡Υ顼%s ɤ߹ߥ顼%s ν񤭹ߥ顼եɤλ `,' ޤ, λեɻ꤬ޤեե뤬ڤͤޤեեƱߴ⡼ɤǤ, 2 ĤΰϥեåȤǤʤФʤޤϤ̵ʤޤ̵ʥХåå奨 `\%c'ʸνüǤΥХåå奨פ̵Хȿ⤷ϥեɤϰϻְ꤬äƤޤְäʸ `%c' `%s' ˤޤ`%s' ̵ʸǤѴҤ̵Ǥ: %cѴҤ̵Ǥ: \%.3oե1 ΥեɿְäƤޤ: `%s'ե2 ΥեɿְäƤޤ: `%s'եɿְäƤޤ: `%s'եɤλ `%s' ̵Ǥեɤλ̵꤬Ǥ: `%s'եɤλǤΥե̵ֹǤ: %s̵ʥɥޥåԥ -- ִλ, 1 Ĥʸ [:lower:] [:upper:] ιʤ, string2 ǤϤ줾б빽(줾 [:upper:] [:lower:]) פʤФʤޤ.եλֹ椬̵Ǥ: `%s'ֹʬ̵Ǥ: `%s'%s: ̵ֹɽǤ̵ʶԤιֹǤ: `%s'̵ʥХȿǤӤХȿλ̵꤬Ǥ: `%s'åפХȿλ̵꤬Ǥ: `%s'λ̵꤬Ǥ: `%s'åפեɿλ̵꤬Ǥ: `%s'̵ʹԿǤ̵ʽϥɥ쥹δ `%c' ꤵޤ -- doxn Τ줫ꤷƤ[c*n] ι `%s' ̵ʷ֤Ǥߴ⡼ `%s' 2 Ĥα黻Ҥ̵̵ʳϹֹǤ: `%s'ְ꤬äƤޤ `%s'`%s'ְäƤޤ -- ΥƥǤ %lu Хư򰷤ޤ`%s'ְäƤޤ -- ΥƥǤ %lu Х򰷤ޤϤ礭¤ΰֹ `%s' %s ˤʤäƤޤȤ̤ޤ ʸĹκǾ[:upper:] [:lower:] Ȥιפޤ %% ѴҤ̵ǤѴҤꤵƤޤեɤΥꥹȤޤֻꥹȤޤ--string ץѤȤ, եǤޤեϻĤäƤޤʸ׻ηϻǤޤХȿԿŤΥեå[c*] ֤, 2 ĤʸǤ 1 ĤѤǤޤĤǤޤ--check ץȤȤ, ĤǤޤ֤ΰ̤򤷤ʤǺȤˤ, ĤʸդޤڤФȤƻǤΤ 1 Ǥץ `-T' ˤϰɬפǤץ `-k' ϰɬפǤץ `-o' ˤϰɬפǤץ `-t' ˤϰɬפǤڡޤƤνʣԤȷ֤ɽ뤳Ȥ˰̣ޤϰϻ `%s-%s' üս˻ꤵƤޤɤ߹ߥ顼ڤʸǤäƤϤʤޤå׿ΰꤵ줿Хȿ `%s' `long' ɽξͤۤƤޤɸ२顼ɸɸϤĤƤޤɸ`-k' ץФ볫ϥեɤʸ֤λǤʤ ʤޤϥեɻ `.' ޤ, ʸ֤λ꤬ޤϥڡλ꤬ڡ礭ͤˤʤäƤޤ: `%d'ɸ: ɤ߹ߥ顼--only-delimited λ, եɤꤷƼ¹ԤȤͭǤ֥0()ˤǤޤ֥λʸޤޤƤޤ֥λϾǤʤФʤޤ--binary --text ץϥåγǧΤ̣߰ޤ--status ץϥåγǧΤ̣߰ޤץ --string --check ¾Ū˻Ȥޤ--warn ץϥåγǧΤ̣߰ޤִԤʤ [c*] , 2 ܤʸǤΤѤǤޤ[c*] ֤, 1 ܤʸǤѤǤޤڤʸ˻ǤΤ 1 ʸǤϥեֹ `-k' ǤʤФʤޤ­ޤ󥪥ץοʤޤ %% ѴҤ¿ޤ¿ޤ¿ޤ. tail ε켰ץ (%s) Ȥ Ǥե 1Ĥˤʤޤ. -n ޤ -c ץȤäƤ.󥪥ץο¿ޤڤӷ֤ʸ̤ξԤʤ, 2 ĤʸͿʤ ʤޤִԤʤ, 2 ĤʸͿʤФʤޤץ `-%c' ǧǤޤٹ: --retry ϥե̾ꤵƤȤ̣ޤٹ: PID ̵뤵ޤ. --pid=PID --follow (-f) ꤷƤΤ̣߰ޤٹ: %lu ̵ͤǤ. -- %d Ѥޤٹ: ֹ `%s' ƱֹˤʤäƤޤٹ: ۣ 8 ʿ \%c%c%c Ǥ 2 ХȤ \0%c%c, `%c' ȤƲᤵޤSET1 ڤΤƤΤǤϤʤ, 2 ĤʸꤷʤФʤޤ佸ʸ饹ִԤʤȤ, 2 ܤʸϳʸƤ ִ̤ǤʤФʤޤִλ, 2 ĤʸѤǤʸ饹, ʸȾʸǤ񼰤Υȥ +POS -POS ѤȤˤ, ޤ +POS Ҥ ꤷʤФʤޤλ񤭹ߥ顼`%s' ؤν񤭹ߥ顼Х, ʸ, ⤷ϥեɤΥꥹȤꤷƤ