3F0(?hed$ +2+Q+h+}+/+/++,",>,'X,#,",8,--6>-;u-----."..)Q.{.2....) /=3/;q/A/035l7B;XI;@FFbXIMOINOR:]T X[<^&`*.`Y`Yawa$e&De"ke+e"e eVe'UfZ}f+fgUgGh9nouw<J~-~2~>~2'*Z-,@1!.S2.%2 :=8x#Ձ&!6 ?I3\@>8"Kn:˃Ѓ߃ =1C)b*҄*-%H%n Ѕ'%Ԇ##-Q(i%&؇G,_1"TNO:/-.&\--#3C4T"5D&' N o Ҍ>B' ju \ "L2@<JZ&oH?7;=s>3($FM/ÑĒBʒ* 8,R>e3$jX_ÔY#} 7;Q&x0aSu^\;pij?:4o")ִ+4"/WE,͵$?L_ ö'+"?>b#Gŷ ""E/Y<CƸ B`νi/ k|v< v:7f/$,T5 (v''4)$$Nbs*^7`~O\+ 1R :M4?<t?12#3V2M; 5G8}3+8BOO7!;<Dx:4LKeK,EYAlK1&H<o7/!2Q//!2At-= *k  *  0 ."!#Q!/u!!T!5";O"("#"{"fT##N#$19$4k$2$#$%$?%]%?u%%%%E%!1&BS&[&'&!'!<'!^'!'"'I'9(I(&Z((x()"!)D)JT)J)P);*XS*,*4*=+YL+H+>+F.,Fu,B,2,J2-}-*-----*..X.2V//@/S/g<0L00s}1_1Q2`2p252glP(dtz|Q^prfj4AR/{*:ME] X;n}FOy~q?W!3"+BvkH1@[i%)7D _>=-ChT&sGV<w$K8 bN.,2mZ` I 5\xJao0S6Y Lu'Uec#9 -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: input file is output file%s: integer expected after `%c'%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 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. 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. OKOutput 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. 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. 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. Usage: %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]] 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 [=c=] expressions may not appear in string2 when translating`%s' has appeared; following end of new file`%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 repeatsboth 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, %sminimum 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 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: 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.22l POT-Creation-Date: 1999-12-09 17:35+0100 PO-Revision-Date: 1999-06-23 18:01+0000 Last-Translator: Simos Xenitellis Language-Team: Greek MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 8-bit -B, --binary . ( ), -j . - byte , . , 0x 0X , . b 512. : a c ASCII d[] , bytes f[] , bytes o[] , bytes u[] , bytes x[] , bytes . , C sizeof(char), S sizeof(short), I sizeof(int) L sizeof(long). f, F sizeof(float), D sizeof(double) L sizeof(long double). d , o , x n . BYTES 0x 0X, 512 b, 1024 k 1048576 m. z , . -s 3. -w 32. , od -A o -t d2 -w 16. . . . : \NNN NNN (1 3 ) \\ \a \b `backspace' \f `form feed' \n `new line' \r `return' \t \v 1-2 1 2 [1-2] 1-2, 1, 2 [*] 2, 1 [*] , 0 [:alnum:] [:alpha:] [:blank:] [:cntrl:] [:digit:] [:graph:] , [:lower:] [:print:] , [:punct:] [:space:] [:upper:] [:xdigit:] [==] -d 1 2. -t 2 1 , . 2 [:lower:] [:upper:] 2 , /. -s 1 2 -h , --header= , , -h "" , -h"" -i[[]], --output-tabs[=[]] (TABs) (8) -J, --join-lines , -W, , -S[] -l _, --length=_ _ (66) ( 56, -F 63) -m, --merge , , -J -n[[]], --number-lines[=[]] , (5) , (TAB), -N , --first-line-number= ( +_) -o , --indent= () , -w -W, _ -r, --no-file-warnings -s[],--separator[=] , -w ' ' -w -s[] (3) (-|-a -|-m) -w -S[], --sep-string[=] , -S "", -S : ( -S""), -S: -J <> ( -S" "), -t, --omit-header -T, --omit-pagination , `form feeds' -v, --show-nonprinting -w _, --width=_ _ (72) , -s[] (72) -W _, --page-width=_ _ (72) , , -J, -S -s --help --version -T -l nn nn <= 10 <= 3 -F. , -, . %d %c: %d: fmt="%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: %s: `%c'%s: %s: `stats' %s: %s: bytes%s: %s: %s: %s: : %s%s: %s: %s: MD5%s: %s: `-%c' %s: %s}: `{' `}' . . Ѽ_ź ɼ_ź, . -1 -2 -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 ^ - , LFD TAB --help --version -, . , . , -, . -a, --all , -t, --tabs= 8 -t, --tabs= --help --version -t -t , - - . , . -, . -i, --initial TAB - -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 -u, --unique -w, --check-chars=N -N -f N +N -s N --help --version , - . . , . , . 1 2 ( ) -, . -a , -e -i, --ignore-case / -j ( ) `-1 FIELD -2 FIELD' -j1 ( ) `-1 FIELD' -j2 ( ) `-2 FIELD' -o -t -v -a , -1 1 -2 2 --help --version -t , , . 1. , `.' `0'. , 1, 2, . . -A, --auto-reference -C, --copyright Copyright -G, --traditional System V `ptx' -F, --flag-truncation= -M, --macro-name= `xx' -O, --format=roff roff -R, --right-side-refs , -w -S, --sentence-regexp= -T, --format=tex TeX -W, --word-regexp= - -b, --break-file= -f, --ignore-case -g, --gap-size= -i, --ignore-file= -o, --only-file= -r, --references -t, --typeset-mode - - -w, --width= , --help --version , -, . `-F /' . aa, ab, ...; `x'. , -, . -b, --bytes= bytes -C, --line-bytes= bytes -l, --lines= - -l --verbose --help --version : b 512, k 1K, m 1 Meg. () `xx01', `xx02', ..., byte . -b, --suffix-format= sprintf %%d -f, --prefix= `xx' -k, --keep-files -n, --digits= 2 -s, --quiet, --silent -z, --elide-empty-files --help --version -. : , , //[] , , %%%%[] , {} {*} `+' `-' . CRC bytes . --help --version . -r -s, BSD , 1 -s, --sysv System V , 512 bytes --help --version , -, . 10 . , . -, . -c, --bytes= bytes -n, --lines= 10 -q, --quiet, --silent -v, --verbose --help --version : b 512, k 1K, m 1 Meg. -VALUE , -c bkm , -n , byte , . , -, . -c, --bytes, --chars bytes -l, --lines -L, --max-line-length -w, --words --help --version . -b, --bytes= bytes -c, --characters= -d, --delimiter= TAB -f, --fields= -n () -s, --only-delimited --output-delimiter= --help --version -b, -c -f. . : N N- byte, , 1 N- N- byte, , N-M - - () byte, -M - () byte, -, . (), . `-', . . -c, --crown-margin -p, --prefix= -s, --split-only -t, --tagged-paragraph -u, --uniform-spacing , -w, --width= ( 75 ) --help --version -w, `w' . / GNU (GNU General Public Licence) (Free Software Foundation), 2, ( ) . , , . GNU . . , (Free Software Foundation) Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. , / , . -c, --complement 1 -d, --delete 1, -s, --squeeze-repeats -t, --truncate-set1 1 2 --help --version `%s --help' . : %s [-] []... []... : %s [] [] . , -, . --help --version : %s [] []... e: %s [] []... : %s [] --check [] MD5. , -, . -b, --binary ( DOS/Windows) -c, --check MD5 -t, --text ( ) : --status , -w, --warn MD5 --help --version RFC 1321. , . , (`*' , ` ' ), . : %s [] [ []] : %s []... ... : %s []... 1 2 : %s []... Ѽ_ź ɼ_ź : %s []... 1 [2] : %s []... []... : %s []... []... : %s --traditional [] [[+] [[+]]] : %s []... [ []] : %s []... []... ( -G) : %s -G []... [ []] : %d %d %s : (%s). -n -c . ( ), . -b, --bytes bytes -s, --spaces -w, --width= 80 --help --version , bytes , . , -, . -A, --address-radix=RADIX -j, --skip-bytes=BYTES BYTES bytes -N, --read-bytes=BYTES BYTES bytes -s, --strings[=BYTES] BYTES -t, --format= -v, --output-duplicates * -w, --width[=BYTES] BYTES bytes --traditional -POSIX --help --version -POSIX , : -a -t a, -b -t oC, bytes -c -t c, ASCII -d -t u2, - -f -t fF, -h -t x2, -i -t d2, -l -t d4, -o -t o2, -x -t x2, , . , -, . -b, --before -r, --regex -s, --separator= --help --version , . , -, . -b, --body-numbering= -d, --section-delimiter=CC CC -f, --footer-numbering= -h, --header-numbering= -i, --page-increment= -l, --join-blank-lines= -n, --number-format= -p, --no-renumber -s, --number-separator= () -v, --first-page= -w, --number-width= --help --version , -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn. CC , :. \\ \. : a t n p : ln , rn , rz , , TABs, . , -, . -d, --delimiters= TABs -s, --serial --help --version () . +1 [-2] 1, ** 2 ( ) ( -k) -b -c , -d [a-zA-Z0-9 ] -f -g , -b -i [\040-\0176] -k 1[,2] 1, ** 2 ( +) -m , -M () < `' < ... < `', -b -n , -b -o ARXEIO -r -s -t - -T , $TMPDIR %s -u -c, -m, -z 0 byte, , find -print0 --help --version [=c=] 2 `%s' `%s' `-%c' : `%s'`--columns=' : `%s'`--pages' : `%s'`--pages' : `%s'`--pages' : `%s'`--pages' `--pages=_[:_]' `-N ' : `%s'`-W _' : `%s'`-l _' : `%s'`-o ' : `%s'`-w _' : `%s' ioctl `%s' %s (fd=%d) `%s' `-k' `.' %s %s `,' , `\%c'` byte `%c' `%s' `%s' : %c : \%.3o 1: `%s' 2: `%s' : `%s' `%s' : `%s' : `%s' , [:lower:] [:upper:] 1 ([:upper:] [:lower:], ) 2 : `%s' : `%s' : `%s' bytes bytes : `%s' bytes : `%s' : `%s' : `%s' `%c' [doxn] `%s' [c*n] `%s' : `%s' `%s' `%s'; %lu-byte `%s'; %lu-byte `%s' , %s [:upper:] / [:lower:] %% --string bytes [c*] 2 --check `-T' `-k' `-o' `-t' `%s-%s' bytes `%s' `long' `-k' `.' : `%d'stdin: 0 --binary --text --status --string --check --warn [c*] 2 [c*] 1 `-k' tail (%s) . -n -c . `-%c': %lu %d : `%s' : \%c%c%c bytes \0%c%c, `%c' 1, 2 , 2 , 2 `upper' `lower' - + -, + `%s' bytes,