Ţ•uĝlŕ Ďá ÷ą ŐŠ  — ü¨śĽU\ť˛¤nFZn&ĽĚ-ë!6Xt,ĽŇ.ň'!(Ir%’¸şžĎč*1,^w&/Fc$—źÎŞé”ĽŽÍÝ<ň#/Sn…"™źÄ&×ţ%7 V)ců˘œ;ł3ď/# +S ' #§ Ë ë !b!z!|!4™!Î!!í!-".="l"ˆ"Ł"ť"Ó"ó"##)# =#K#f#u#}#$#ľ#,Đ#*ý# ($ 5$ B$O$c$}$ ”$- $?Î$ %%Á7%fů&`)p+(†0DŻ0Rô3[G6ÇŁ9Śk=pAUƒE<ŮG^HEuHoťHŽ+IŽşI5IJaJ6áJAKGZKc˘KLL‚SLbÖLc9M;M€ŮMZN\N6`NH—NHŕN‘)O­ťOHiPg˛PˆR+ŁRJĎRGS@bSuŁSST\mTŞĘTCuUšUpŮU3JV8~VѡV‰Wf XrrXOĺXY5YYŤYZÂYAZ+_Z+‹Z8ˇZ"đZu[5‰[Rż[(_N;_CŠ_@Î_<`8L`4…`0ş`,ë`a˛1aäaSća‡:b€ÂboCciłcąd]ĎdJ-eJxeCĂeif1qfAŁfCĺfD)g1ngf g.h6hEhPbhCłht÷holi,Üi, j,6j[cj]żjPk%nk`”k‹ők+lL­luP)f[UKQ YiS$V%@!r*7F\I/Ep_qJtj<T>negH1`o(+l ,4Os'ak&AD R?]b0M#-=86NLCZ25h ";m cWX3:BG ^.9d Context control: -B, --before-context=NUM print NUM lines of leading context -A, --after-context=NUM print NUM lines of trailing context -C, --context=NUM print NUM lines of output context Miscellaneous: -s, --no-messages suppress error messages -v, --invert-match select non-matching lines -V, --version display version information and exit --help display this help text and exit Output control: -m, --max-count=NUM stop after NUM selected lines -b, --byte-offset print the byte offset with output lines -n, --line-number print line number with output lines --line-buffered flush output on every line -H, --with-filename print file name with output lines -h, --no-filename suppress the file name prefix on output --label=LABEL use LABEL as the standard input file name prefix grep -P uses PCRE2 %s --include=GLOB search only files that match GLOB (a file pattern) --exclude=GLOB skip files that match GLOB --exclude-from=FILE skip files that match any file pattern from FILE --exclude-dir=GLOB skip directories that match GLOB -E, --extended-regexp PATTERNS are extended regular expressions -F, --fixed-strings PATTERNS are strings -G, --basic-regexp PATTERNS are basic regular expressions -P, --perl-regexp PATTERNS are Perl regular expressions -I equivalent to --binary-files=without-match -d, --directories=ACTION how to handle directories; ACTION is 'read', 'recurse', or 'skip' -D, --devices=ACTION how to handle devices, FIFOs and sockets; ACTION is 'read' or 'skip' -r, --recursive like --directories=recurse -R, --dereference-recursive likewise, but follow all symlinks -L, --files-without-match print only names of FILEs with no selected lines -l, --files-with-matches print only names of FILEs with selected lines -c, --count print only a count of selected lines per FILE -T, --initial-tab make tabs line up (if needed) -Z, --null print 0 byte after FILE name -NUM same as --context=NUM --group-separator=SEP print SEP on line between matches with context --no-group-separator do not print separator for matches with context --color[=WHEN], --colour[=WHEN] use markers to highlight the matching strings; WHEN is 'always', 'never', or 'auto' -U, --binary do not strip CR characters at EOL (MSDOS/Windows) -e, --regexp=PATTERNS use PATTERNS for matching -f, --file=FILE take PATTERNS from FILE -i, --ignore-case ignore case distinctions in patterns and data --no-ignore-case do not ignore case distinctions (default) -w, --word-regexp match only whole words -x, --line-regexp match only whole lines -z, --null-data a data line ends in 0 byte, not newline -o, --only-matching show only nonempty parts of lines that match -q, --quiet, --silent suppress all normal output --binary-files=TYPE assume that binary files are TYPE; TYPE is 'binary', 'text', or 'without-match' -a, --text equivalent to --binary-files=text %s home page: <%s> %s: PCRE detected recurse loop%s: binary file matches%s: exceeded PCRE's backtracking limit%s: exceeded PCRE's heap limit%s: exceeded PCRE's nested backtracking limit%s: exhausted PCRE JIT stack%s: input file is also the output%s: internal PCRE error: %d%s: invalid option -- '%c' %s: memory exhausted%s: option '%s%s' doesn't allow an argument %s: option '%s%s' is ambiguous %s: option '%s%s' is ambiguous; possibilities:%s: option '%s%s' requires an argument %s: option requires an argument -- '%c' %s: unrecognized option '%s%s' %s: warning: recursive directory loop'(C)(standard input)* at start of expression+ at start of expression-P supports only unibyte and UTF-8 locales-P supports only unibyte locales on this platform? at start of expressionExample: %s -i 'hello world' menu.h main.c PATTERNS can contain multiple patterns separated by newlines. Pattern selection and interpretation: General help using GNU software: <%s> Invalid back referenceInvalid character class nameInvalid collation characterInvalid content of \{\}Invalid preceding regular expressionInvalid range endInvalid regular expressionLicense GPLv3+: GNU GPL version 3 or later <%s>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Memory exhaustedNo matchNo previous regular expressionPackaged by %s Packaged by %s (%s) Perl matching not supported in a --disable-perl-regexp buildPremature end of regular expressionRegular expression too bigReport %s bugs to: %s Report bugs to: %s Search for PATTERNS in each FILE. SuccessTrailing backslashTry '%s --help' for more information. Unknown system errorUnmatched ( or \(Unmatched ) or \)Unmatched [, [^, [:, [., or [=Unmatched \{Usage: %s [OPTION]... PATTERNS [FILE]... Valid arguments are:When FILE is '-', read standard input. With no FILE, read '.' if recursive, '-' otherwise. With fewer than two FILEs, assume -h. Exit status is 0 if any line is selected, 1 otherwise; if any error occurs and -q is not given, the exit status is 2. Written by %s and %s. Written by %s, %s, %s, %s, %s, %s, %s, %s, %s, and others. Written by %s, %s, %s, %s, %s, %s, %s, %s, and %s. Written by %s, %s, %s, %s, %s, %s, %s, and %s. Written by %s, %s, %s, %s, %s, %s, and %s. Written by %s, %s, %s, %s, %s, and %s. Written by %s, %s, %s, %s, and %s. Written by %s, %s, %s, and %s. Written by %s, %s, and %s. Written by %s. Written by Mike Haertel and others; see .`ambiguous argument %s for %scharacter class syntax is [[:space:]], not [:space:]conflicting matchers specifiedexceeded PCRE's line length limitfailed to return to initial working directoryfailed to set file descriptor text/binary modeinput is too large to countinvalid argument %s for %sinvalid character classinvalid content of \{\}invalid context length argumentinvalid matcher %sinvalid max countmemory exhaustedno syntax specifiedprogram errorregular expression too bigstack overflowstray \stray \ before %lcstray \ before unprintable characterstray \ before white spacethe -P option only supports a single patternunable to record current working directoryunbalanced (unbalanced )unbalanced [unfinished \ escapeunknown binary-files typeunknown devices methodwarning: %swarning: --unix-byte-offsets (-u) is obsoletewarning: GREP_COLOR='%s' is deprecated; use GREP_COLORS='mt=%s'write error{...} at start of expressionProject-Id-Version: grep 3.10.12 Report-Msgid-Bugs-To: bug-grep@gnu.org PO-Revision-Date: 2023-04-21 16:25+0200 Last-Translator: Temuri Doghonadze Language-Team: Georgian <(nothing)> Language: ka MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Bugs: Report translation errors to the Language-Team address. X-Generator: Poedit 3.2.2 კონტექსტის კონტროლი: -B, --before-context=რიცხვი კონტექსტის წინ მითითებული რაოდენობის ხაზების ჩასმა. -A, --after-context=რიცხვი კონტექსტის შემდეგ მითითებული რაოდენობის ხაზების ჩასმა -C, --context=რიცხვი კონტექსტის მითითებული რაოდენობის რიცხვის გამოტანა სხვადასხვა: -s, --no-messages შეცდომის შეტყობინებების არ-ჩვენება -v, --invert-match მხოლოდ დაუმთხვეველი ხაზების ჩვენება -V, --version ვერსიის ინფორმაციის ჩვენება და გასვლა --help ამ დახმარების ჩვენება და გასვლა გამოტანის კონტროლი: -m, --max-count=რიცხვი მითითებული რაოდენობა ხაზების ჩვენების შემდეგ გაჩერება -b --byte-offset ხაზის დასაწყისიდან ბაიტების წანაცვლების ჩვენება -n, --line-number გამოტანილი ინფორმაციის ხაზების დანომრვა --line-buffered გამოტანის ბუფერის ყოველი ხაზის შემდეგ წაშლა -H, --with-filename გამოტანილი ხაზების დასაწყისში ფაილის სახელის მითითება -h, --no-filename გამოტანილი ხაზების დასაწყისში ფაილის სახელის არ მითითება --label=ჭდე სტანდარტული შეყვანის ფაილის სახელის პრეფიქსად ჭდის გამოყენება grep -P იყენებს PCRE2 %s --include=შაბლონი მხოლოდ იმ ფაილებში ძებნა, რომლის სახელიც შაბლონს ემთხვევა --exclude=შაბლონი იმ დაილებს გამოტოვება, რომლის სახელიც შაბლონს ემთხვევა --exclude-from=ფაილი იმ ფაილების გამოტოვება, რომლის სახელიც ფაილში აღწერილ ერთერთ შაბლონს ემთხვევა. --exclude-dir=შაბლონი იმ საქაღალდეების გამოტოვება, რომლებიც შაბლონს ემთხვევა -E, --extended-regexp შაბლონები გაფართოვდება რეგულარული გამოსახულებებებით -F, --fixed-strings შაბლონები სტრიქონებს წარმოადგენენ -G, --basic-regexp შაბლონები მარტივ რეგულარული გამოსახულებებია -P, --perl-regexp შაბლონები პერლის რეგულარული გამოსახულებებია -l ექვივალენტურია --binary-files=without-match -d, --directories=ქმედება რა მოუვათ საქაღალდეებსლ ქმედებაშეიძლება იყოს "read", "recursive" და "skip" -D, --devices=ACTION რა მოუვათ მოწყობილობებს, ფიფოებს და სოკეტებს; ქმედება შეიძლება იყოს "read" ან "skip" -r, --recursive იგივე, რაც --directories=recurse -R, --dereference-recursive იგივე, ოღონდ სიმბმულების მიყოლა -L, --files-without-match იმ ფაილების, რომლებიც არ შეიცავენ მითითებულ სტრიქონს, მხოლოდ სახელების გამოტანა -l, --files-with-matches იმ ფაილების, როლებიც შეიცავენ მითითებულ სტრიქონს, მხოლოდ სახელების გამოტანა -c, --count ფაილებიდან მხოლოდ მითითებული რაოდენობის ხაზების გამოტანა -T, --initial-tab საჭიროების შემთხვევაში სტრიქონების ჰარეებით შევსება -Z, --null ფაილის სახელის შემდეგ ნულოვანი ბაიტის დასმა -რიცხვი იგივე, რაც --context=რიცხვი --group-separator=გამყოფი კონტექსტის ხაზებს შორის გამყოფი სიმბოლოს ჩასმა --no-group-separator კონტექსტის ხაზებს შორის გამყოფის არ ჩასმა --color=[როდის], --colour=[როდის] დამთხვეული სტრიქონების გამოსაკვეთად ფერების გამოყენება როდის შეიძლება იყოს "always", "never" და "auto" -U, --binary არ მოაცილო CR სიმბოლო EOL-იქ შემდეგ (MSDOS/Windows) -e, --regexp=შაბლონები მოსაძებნად შაბლონების გამოყენება -f, --file=ფაილი შაბლონების ფაილიდან აღება -I, --ignore-case დიდი და პატარა ასოებს შორის სხვაობის იგნორი --no-ignorecase დიდი და პატარა ასოებს შორის სხვაობის გათვალისწინება(ნაგულისხმები) -w, --word-regexp მხოლოდ მთლიანი სიტყვების დამთხვევა -x, --line-regexp მხოლოდ მთელი ხაზების დამთხვევის შემთხვევაში -z, --null-data თუ მონაცემები ნულოვანი ბაიტით მთავრდება და არა ახალი ხაზით. -o, --only-matching ნაპოვნი ხაზების მხოლოდ არაცარიელი ადგილების ჩვენება -q, --quiet, --silent ჩუმი რეჟიმი --binary-files=ტიპი მითითებული ბინარული ფაილის ტიპის ხელით მითითება; ტიპი შეიძლება იყოს "binary", "text" ან "without-match" -a, --text იგივე, რაც --binary-files=text %s-იქ ქა჏ყიქი გვერდია: <%s> %s : PCRE-მ რეკურსიული მარყუჟი აღმოაჩინა%s: ემთხვევა ბინარული ფაილი%s: PCRE-იქ უკუდევნების ლიმიტი გადაჭარბებულია%s: PCRE-იქ გამოყოფილი მეხსიერების ლიმიტი გადაჭარბებულია%s: PCRE-იქ ჩალაგებული უკუდევნების ლიმიტი გადაჭარბებულია%s: PCRE JIT stack-ი გახარჯულია%s: შეტანის ფაილი ასევე გამოსატანიცაა%s: PCRE-იქ შიდა შეცდომა: %d%s: არასწორი პარამეტრი -- '%c' %s: მეხსიერება გადავსებულია%s: პარამეტრს "%s%s' არგუმენტი არ სჭირდება %s: პარამეტრი '%s%s' გაურკვეველია %s: პარამეტრი '%s%s' გაურკვეველია; შესაძლო ვარიანტები:%s: პარამეტრს "%s%s" არგუმენტი ესაჭიროება %s: პარამეტრს ესაჭიროება არგუმენტი -- '%c' %s: უცნობი პარამეტრი '%s'%s' %s: ყურადღებით: საქაღალდეების რეკურსიული მარყუჟი'(C)(სტანდარტული შეტანა)* გამოსახულების დასაწყისში+ გამოსახულების დასაწყისში-P -ქ მხოლოდ ერთბაიტიანი და UTF-8 ენების მხარდაჭერა გააჩნია-P -ქ ამ პლატფორმაზე მხოლოდ ერთბაიტიანი ენების მხარდაჭერა გააჩნია? გამოსახულების დასაწყისშიმაგალითად: %s -I "hello world" menu.h main.c შაბლონები შეიძლება კარეტის გადატანით გამოყოფილ ბევრ ხაზსაც შეიცავდეს შაბლონების არჩევანი და ინტერპრეტაცია: GNU-იქ პროგრამული უზრუნველყოფის საერთო დახმარება: <%s > არასწორი უკუბმასიმბოლოების არასწორი კლასიკოლაციის არასწორი სიმბოლო\{\}-იქ არასწორი შემცელობარეგულარული გამოსახულების არასწორი საწყისიდიაპაზონის არასწორი დასასრულიარასწორი რეგულარული გამოსახულებაLicense GPLv3+: GNU GPL version 3 or later <%s>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. მეხსიერება გადავსებულიაარ ემთხვევაწინა რეგულარული გამოსახულება არ არსებობსაწყობილია %s-იქ მიერ აწყობილია %s-იქ მიერ (%s) --disable-perl-regexp-ით აშენებულ გამშვებ ფაილს Perl-იქ გამოსახულებების მხარდაჭერა არ გააჩნიარეგულარული გამოსახულების მოულოდნელი დასასრულირეგულარული გამოსახულება ძალიან დიდია%s-იქ შეცდომების შესახებ მისაწერი ელფოსტა: %s შეცდომების შესახებ მიწერეთ: %s შაბლონების ძებნა თითოეულ ფაილში. წარმატებაბოლო Backslashმეტი ინფორმაციისთვის სცადეთ '%s --help' სისტემის უცნობი შეცდომაარ ემთხვევა ( ან \(არ ემთხვევა ) ან \)არ ემთხვევა [, [^, [:, [., ან [=არ ემთხვევა \{გამოყენება: %s {პარამეტრი]... შაბლონები [ფაილი]... სწორი არგუმენტებია:როცა ფაილი წარმოადგენს '-'-ქ, კითხვა სტანდარტული შეტანით ხდება. ფაილის გარეშე წაიკითხება '." თუ რეკურსიულია, თუარადა -. 2 ფაილზე ნაკლების შემთხვევაში იგულისხმება "-h". გამოსვლის ქტატუქი უდრის 0-ქ, თუ 1 ხაზი მაინცაა არჩეული, წინააღმდეგ შემთხვევაში კი 1-ქ; თუ მოხდა რამე შეცდომა და -q მითითებული არაა, გამოსვლის ქტატუქი 2-იქ ტოლი იქნება. ავტორები: %s და %s. ავტორები: %s, %s, %s, %s, %s, %s, %s %s, %s და სხვ. ავტორები: %s, %s, %s, %s, %s, %s, %s %s და %s. ავტორები: %s, %s, %s, %s, %s, %s, %s და %s. ავტორები: %s, %s, %s, %s, %s, %s და %s. ავტორები: %s, %s, %s, %s, %s და %s. ავტორები: %s, %s, %s, %s და %s. ავტორები: %s, %s, %s და %s. ავტორები: %s, %s და %s. ავტორი: %s. დაწერილია მაიკ ჰენთელისა და სხვების მიერ; ი჎: .`%s გაურკვეველი არგუმენტია %s-თვისსიმბოლოების კლასის სწორი სინტაქსია [[:space:]] და არა [:space:]მითითებულია ურთიერთსაწინააღმდეგო დამთხვევებიგადაჭარბებულია PCRE-იქ ხაზის სიგრძის ლიმიტისაწყისი საქაღალდის დაბრუნების შეცდომაფაილის დესკრიპტორის ტექსტური/ბინარული რეჟიმის დაყენების შეცდომაშეტანილი დათვლისთვის ძალიან დიდია%s არასწორი არგუმენტია %s-თვისსიმბოლოების არასწორი კლასი\{\}-იქ არასწორი შემცველობაკონტექსტის სიგრძის არასწორი არგუმენტი%s არასწორი პირობააარასწორი უდიდესი რიცხვიმეხსიერება გადავსებულიასინტაქსი მითითებული არააპროგრამის შეცდომარეგულარული გამოსახულება ძალიან დიდიასტეკის გადავსებაუცხო \უცხო \ %lc-მდეუცხო \ დაუბეჭდავად სიმბოლომდეუცხო \ თეთრ გამოტოვებამდე-P-ქ მხოლოდ ერთი შაბლონის მხარდაჭერა გააჩნიამიმდინარე საქაღალდის ჩაწერა შეუძლებელიადაუბალანსებელი (დაუბალანსებელი )დაუბალანსებელი [დაუსრულებელი დასრულების სიმბოლო \მანქანური ფაილის არასწორი ფორმატიუცნობი მოწყობილობების მეთოდიგაფრთხილება: %sგაფრთხილება: --unix-byte-offsets (-u) მოძველებულიაგაფრთხილება: GREP_COLOR='%s' მოძველებულია; გამოიყენეთ GREP_COLORS='mt=%s'ჩაწერის შეცდომა{...} გამოსახულების დასაწყისში