Translations by Sergio Pokrovskij

Sergio Pokrovskij has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

551589 of 589 results
523.
Mark shell variables as unchangeable. Mark each NAME as read-only; the values of these NAMEs may not be changed by subsequent assignment. If VALUE is supplied, assign VALUE before marking as read-only. Options: -a refer to indexed array variables -A refer to associative array variables -f refer to shell functions -p display a list of all readonly variables or functions, depending on whether or not the -f option is given An argument of `--' disables further option processing. Exit Status: Returns success unless an invalid option is given or NAME is invalid.
2014-08-30
Faru ŝelvariablojn neŝanĝeblaj La donitaj NOMOj iĝas nurlegaj kaj la valorojn de tiuj nomoj ne povas ŝanĝi posta valorizo. Se ĉeestas VALORO, uzu ĝin por valorizi la NOMOn antaŭ ol fari ĝin nurlega. Opcioj: -a temas pri entjerindica tabelo indikita per plursignifa NOMO -A temas pri la asocitabela signifo de plursignifa NOMO -f temas pri la ŝelfunkcia signifo de plursignifa NOMO -p eligu ĉiujn nurlegajn variablojn aŭ funkciojn, depende je tio, ĉu la opcio „-f“ estas aldonita La opcio „--‟ ĉesigas pluan opcitraktadon. Elirstato: Sukceso, krom se aperas nevalida nomo aŭ misa opcio.
524.
Shift positional parameters. Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is not given, it is assumed to be 1. Exit Status: Returns success unless N is negative or greater than $#.
2010-01-04
Ŝovu numerparametrojn La numerparametrojn $N+1, $N+2 ... renumeru al $1, $2 ... Se N ne estas indikita, uzu 1 anstataŭe.
525.
Execute commands from a file in the current shell. Read and execute commands from FILENAME in the current shell. The entries in $PATH are used to find the directory containing FILENAME. If any ARGUMENTS are supplied, they become the positional parameters when FILENAME is executed. Exit Status: Returns the status of the last command executed in FILENAME; fails if FILENAME cannot be read.
2010-01-04
Plenumu komandojn el dosiero en la kuranta ŝelo Legu kaj plenumu la komandojn el DOSIERNOMO en la kuranta ŝelo. Uzu la vojojn el la variablo $PATH por trovi la dosierujon de DOSIERNOMO. La eventualaj ARGUMENTOJ iĝas la numerparametroj por plenumo de DOSIERNOMO. Elirstato: Tiu de la komando laste plenumita en DOSIERNOMO; malsukceso, se DOSIERNOMO ne legeblas.
526.
Suspend shell execution. Suspend the execution of this shell until it receives a SIGCONT signal. Unless forced, login shells cannot be suspended. Options: -f force the suspend, even if the shell is a login shell Exit Status: Returns success unless job control is not enabled or an error occurs.
2010-01-04
Haltetigu la plenumon de la ŝelo Haltetigu la plenumon de la ŝelo ĝis ĝi ricevos la signalon SIGCONT. Krom se per superforto, salutan ŝelon ne eblas haltetigi. Opcio: -f Superforte haltetu, eĉ se la ŝelo estas saluta ŝelo Elirstato: Sukceso, krom se laborregado estas malŝaltita aŭ okazis eraro.
527.
Evaluate conditional expression. Exits with a status of 0 (true) or 1 (false) depending on the evaluation of EXPR. Expressions may be unary or binary. Unary expressions are often used to examine the status of a file. There are string operators and numeric comparison operators as well. The behavior of test depends on the number of arguments. Read the bash manual page for the complete specification. File operators: -a FILE True if file exists. -b FILE True if file is block special. -c FILE True if file is character special. -d FILE True if file is a directory. -e FILE True if file exists. -f FILE True if file exists and is a regular file. -g FILE True if file is set-group-id. -h FILE True if file is a symbolic link. -L FILE True if file is a symbolic link. -k FILE True if file has its `sticky' bit set. -p FILE True if file is a named pipe. -r FILE True if file is readable by you. -s FILE True if file exists and is not empty. -S FILE True if file is a socket. -t FD True if FD is opened on a terminal. -u FILE True if the file is set-user-id. -w FILE True if the file is writable by you. -x FILE True if the file is executable by you. -O FILE True if the file is effectively owned by you. -G FILE True if the file is effectively owned by your group. -N FILE True if the file has been modified since it was last read. FILE1 -nt FILE2 True if file1 is newer than file2 (according to modification date). FILE1 -ot FILE2 True if file1 is older than file2. FILE1 -ef FILE2 True if file1 is a hard link to file2. String operators: -z STRING True if string is empty. -n STRING STRING True if string is not empty. STRING1 = STRING2 True if the strings are equal. STRING1 != STRING2 True if the strings are not equal. STRING1 < STRING2 True if STRING1 sorts before STRING2 lexicographically. STRING1 > STRING2 True if STRING1 sorts after STRING2 lexicographically. Other operators: -o OPTION True if the shell option OPTION is enabled. -v VAR True if the shell variable VAR is set -R VAR True if the shell variable VAR is set and is a name reference. ! EXPR True if expr is false. EXPR1 -a EXPR2 True if both expr1 AND expr2 are true. EXPR1 -o EXPR2 True if either expr1 OR expr2 is true. arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne, -lt, -le, -gt, or -ge. Arithmetic binary operators return true if ARG1 is equal, not-equal, less-than, less-than-or-equal, greater-than, or greater-than-or-equal than ARG2. Exit Status: Returns success if EXPR evaluates to true; fails if EXPR evaluates to false or an invalid argument is given.
2014-08-30
Komputu kondiĉan esprimon Liveru elirstaton 0 (vera) aŭ 1 (malvera) laŭ la rezulto de komputado de la ESPRIMO. La esprimoj povas esti unulokaj aŭ dulokaj. La unulokaj plejparte servas por determini la statuson de dosiero. Krome, estas operacioj super ĉenoj kaj la nombrokomparaj operacioj. La konduto de test-komando dependas je la kiomo de ĝiaj argumentoj. Plenan priskribon donas «man bash». Operacioj super dosieroj: -a DOSIERO Vera se DOSIERO ekzistas -b DOSIERO Vera se DOSIERO estas por bloka eneligo -c DOSIERO Vera se DOSIERO estas por bajta eneligo -d DOSIERO Vera se DOSIERO estas dosierujo -e DOSIERO Vera se DOSIERO ekzistas -f DOSIERO Vera se DOSIERO ekzistas kaj estas ordinara -g DOSIERO Vera se DOSIERO havas set-group-id = 1 -h DOSIERO Vera se DOSIERO estas simbola ligilo -L DOSIERO Vera se DOSIERO estas simbola ligilo -k DOSIERO Vera se la DOSIERO havas sticky = 1 -p DOSIERO Vera se DOSIERO estas nomhava dukto -r DOSIERO Vera se vi rajtas legi DOSIEROn -s DOSIERO Vera se DOSIERO ekzistas kaj longas pli ol 0 -S DOSIERO Vera se DOSIERO estas kontaktingo („socket‟) -t DNUMERO Vera se la dosiero DNUMERO estas terminala -u DOSIERO Vera se DOSIERO havas set-user-id = 1 -w DOSIERO Vera se vi rajtas skribi en DOSIEROn -x DOSIERO Vera se vi rajtas lanĉi DOSIEROn -O DOSIERO Vera se DOSIERO estas via dosiero -G DOSIERO Vera se DOSIERO apartenas al via grupo -N DOSIERO Vera se DOSIERO ŝanĝiĝis post la lasta lego D_RO1 -nt D_RO2 Vera se la dosiero D_RO1 estas pli freŝa (laŭ la ŝanĝodato) ol la dosiero D_RO2 D_RO1 -ot D_RO2 Vera se D_RO1 estas malpli freŝas ol D_RO2 D_RO1 -ef D_RO2 Vera se D_RO1 estas rekta ligilo al D_RO2 Operacioj super ĉenoj: -z ĈENO Vera se ĈENO estas vakua -n ĈENO Vera se ĈENO ne estas vakua ĈENO Vera se ĈENO ne estas vakua ĈENO1 = ĈENO2 Vera se la ĉenoj estas egalaj ĈENO1 != ĈENO2 Vera se la ĉenoj ne estas egalaj ĈENO1 < ĈENO2 Vera se ĈENO1 leksikografie antaŭas la ĉenon ĈENO2 ĈENO1 > ĈENO2 Vera se ĈENO1 leksikografie sekvas la ĉenon ĈENO2 Diversaj operacioj: -o OPCIO Vera se la ŝelopcio OPCIO estas ŝaltita -v VAR Vera se la ŝelvariablo VAR havas valoron -R VAR Vera se la ŝelvariablo VAR havas valoron kaj estas nomreferenco ! ESPR Vera se la esprimo ESPR estas malvera ESPR1 -a ESPR2 Vera se ambaŭ esprimoj estas veraj ESPR1 -o ESPR2 Vera se ajna el la esprimoj estas vera arg1 KP arg2 Aritmetikaj komparoj. KP estas iu el la rilatoj -eq, -ne, -lt, -le, -gt, -ge La aritmetikaj komparoj liveras veron se arg1 estas respektive egala, neegala, malplia ol, malplia aŭ egala al, plia ol, plia aŭ egala al arg2. Elirstato: Sukceso, se la rezulto de la komputo de ESPRIMO estas vero; malsukceso, se la rezulto estas malvero aŭ renkontiĝas misa argumento.
528.
Evaluate conditional expression. This is a synonym for the "test" builtin, but the last argument must be a literal `]', to match the opening `['.
2010-01-04
Ĉi tiu estas sinonimo de la primitivo „test‟; tamen la lasta argumento devas esti „]‟ fermanta la esprimon komencitan per „[‟.
529.
Display process times. Prints the accumulated user and system times for the shell and all of its child processes. Exit Status: Always succeeds.
2010-01-04
Vidigu proceztempojn Eligu la tempojn akumulitajn de la uzanto kaj de la kerno por la ŝelo kaj ĝiaj procezidoj. Elirstato: Ĉiam sukcesa.
530.
Trap signals and other events. Defines and activates handlers to be run when the shell receives signals or other conditions. ARG is a command to be read and executed when the shell receives the signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC is supplied) or `-', each specified signal is reset to its original value. If ARG is the null string each SIGNAL_SPEC is ignored by the shell and by the commands it invokes. If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. If a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. If a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or a script run by the . or source builtins finishes executing. A SIGNAL_SPEC of ERR means to execute ARG each time a command's failure would cause the shell to exit when the -e option is enabled. If no arguments are supplied, trap prints the list of commands associated with each signal. Options: -l print a list of signal names and their corresponding numbers -p display the trap commands associated with each SIGNAL_SPEC Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal number. Signal names are case insensitive and the SIG prefix is optional. A signal may be sent to the shell with "kill -signal $$". Exit Status: Returns success unless a SIGSPEC is invalid or an invalid option is given.
2014-08-30
Kaptu signalojn kaj aliajn eventojn Difinu kaj aktivigu traktilojn plenumotajn kiam ŝelo ricevos signalojn aŭ ĉe aliaj kondiĉoj. La komando ARG estas legota kaj plenumota kiam la ŝelo ricevos signalon el SIGNALINDIKO. Se ARG malestas (kaj SIGNALINDIKO konsistas el unu sola signalo) aŭ estas „-‟, ĉiuj indikitaj signaloj rericevas sian komencan valoron. Se ARG estas vakua ĉeno, la ŝelo mem kaj komandoj el ĝi vokitaj malatentos ĉiujn signalojn de SIGNALINDIKO. Se inter la signaloj SIGNALINDIKO estas „EXIT‟ (aŭ 0), tiam ARG de la komando plenumiĝos ĉe la eliro el la ŝelo. Se en SIGNALINDIKO estas „DEBUG‟, ARG plenumiĝos post ĉiu komando. Se en SIGNALINDIKO estas „RETURN“, ARG plenumiĝos ĉiufoje kiam finiĝas skripto rulata per komando „.“ aŭ „source“. La SIGNALINDIKO „ERR“ igas ARGon plenumiĝi ĉiufoje kiam malsukceso de komando kaŭzus eliron el la ŝelo havanta la opcion „-e“ ŝaltita. Senargumente trap listigas komandojn plenumotajn laŭ ĉiu signalo. Opcioj: -l listigu la signalnomojn kun la numeroj -p vidigu la trap-komandojn por trakti ĉiun SIGNALINDIKOn Ĉiu SIGNALINDIKO estas aŭ signalnomo el <signal.h>, aŭ signalnumero. La signalnomoj estas usklecoblindaj, kaj la prefikso „SIG‟ estas ellasebla. Signalon S oni povas sendi al la ŝelo per la komando «kill -S $$». Elirstato: Sukceso, kondiĉe ke SIGNALINDIKOj kaj la opcioj estas taŭgaj.
531.
Display information about command type. For each NAME, indicate how it would be interpreted if used as a command name. Options: -a display all locations containing an executable named NAME; includes aliases, builtins, and functions, if and only if the `-p' option is not also used -f suppress shell function lookup -P force a PATH search for each NAME, even if it is an alias, builtin, or function, and returns the name of the disk file that would be executed -p returns either the name of the disk file that would be executed, or nothing if `type -t NAME' would not return `file'. -t output a single word which is one of `alias', `keyword', `function', `builtin', `file' or `', if NAME is an alias, shell reserved word, shell function, shell builtin, disk file, or not found, respectively Arguments: NAME Command name to be interpreted. Exit Status: Returns success if all of the NAMEs are found; fails if any are not found.
2010-01-04
Vidigu informon pri tipo de komando Por ĉiu NOMO, montru kion ĝi signifus en la pozicio de komadonomo. Opcioj: -a listigu ĉiujn lokojn entenantajn plenumeblan dosieron kun koncerna NOMO; la listo inkludas alinomojn kaj funkciojn, se kaj nur se malestas la opcio „-p‟ -f ekskludas el la serĉo la ŝelfunkciojn -P apliku vojserĉon laŭ PATH por ĉiu NOMO, eĉ se ekzistas tianoma funkcio, primitiva komando aŭ alinomo, kaj liveru la nomon de tiel plenumebla diskdosiero -p eligu la nomon de dosiero kiu iĝus plenumata; aŭ nenion, se «type -t name» ne eligus „file‟ -t eligu unu vorton, iun el la sekvaj: „alias‟, „keyword‟, „function‟, „builtin‟, „file‟ aŭ „‟ -- se NOMO estas, respektive, alinomo, ŝela ŝlosilvorto, ŝelfunkcio, ŝela primitivo, dosiero aŭ nenio konata Argumentoj: NOMO Esplorenda komandonomo Elirstato: Sukceso, se ĉiujn NOMOjn prosperis trovi; malsukceso, se estis netrovitaj.
532.
Modify shell resource limits. Provides control over the resources available to the shell and processes it creates, on systems that allow such control. Options: -S use the `soft' resource limit -H use the `hard' resource limit -a all current limits are reported -b the socket buffer size -c the maximum size of core files created -d the maximum size of a process's data segment -e the maximum scheduling priority (`nice') -f the maximum size of files written by the shell and its children -i the maximum number of pending signals -l the maximum size a process may lock into memory -m the maximum resident set size -n the maximum number of open file descriptors -p the pipe buffer size -q the maximum number of bytes in POSIX message queues -r the maximum real-time scheduling priority -s the maximum stack size -t the maximum amount of cpu time in seconds -u the maximum number of user processes -v the size of virtual memory -x the maximum number of file locks -T the maximum number of threads Not all options are available on all platforms. If LIMIT is given, it is the new value of the specified resource; the special LIMIT values `soft', `hard', and `unlimited' stand for the current soft limit, the current hard limit, and no limit, respectively. Otherwise, the current value of the specified resource is printed. If no option is given, then -f is assumed. Values are in 1024-byte increments, except for -t, which is in seconds, -p, which is in increments of 512 bytes, and -u, which is an unscaled number of processes. Exit Status: Returns success unless an invalid option is supplied or an error occurs.
2014-08-30
Ŝanĝu risurcolimaĵojn de la ŝelo. La komando „ulimit‟ ebligas mastrumi la risurcojn disponeblajn al la procezoj lanĉataj el la ŝelo (se la operaciumo ebligas tion). Opcioj: -S ŝanĝebla („soft‟) limo -H firma („hard‟) limo -a eligu ĉiujn kurantajn risurcolimaĵojn -b la kontaktoskatola bufrolongo -c maksimuma longo de nekropsia dosiero („core‟) -d maksimuma longo de datumsegmento de procezo -e maksimuma viciga prioritato („nice‟) -i maksimuma longo de pendaj signaloj -f maksimuma longo de dosieroj skribataj de la ŝelo kaj ĝiaj idoj -l maksimuma longo de ŝlosebla procezmemoro (mlock) -m maksimuma longo de rezida procezmemoro -n maksimuma nombro de malfermitaj dosiernumeroj -p longo de dukta bufro (pipe) -q maksimuma nombro da bajtoj en atendovicoj de Poziksaj mesaĝoj -r maksimuma prioritato realtempa -s maksimuma longo de stako -t maksimuma tempo ĉefprocesora (en sekundoj) -u maksimuma nombro de procezoj de la uzanto -v longo de la virtuala memoro -x maksimuma nombro de dosierŝlosoj -T maksimuma nombro de fadenoj Ne ĉiuj opcioj disponeblas sur ĉiuj komputilaj platformoj. Se LIMO estas indikita, ĝia valoro limigas la koncernan risurcon; la specialaj vortoj por LIMO: „soft‟, „hard‟, „unlimited‟ signifas, respektive: «la kuranta ŝanĝebla limo», «la kuranta firma limo», «sen limo». Alie estas eligata la kuranta valoro de la koncerna risurco. Manko de opcioj implicas -f. La valoroj estas en obloj de 1024 bajtoj, krom por la opcio -t, kiu estas en sekundoj; por -p, kiu estas en obloj de 512 bajtoj; kaj por -u, kiu estas sendimensia nombro de procezoj. Elirstato: Sukceso, kondiĉe ke la opcioj estas taŭgaj kaj ne okazis eraro.
533.
Display or set file mode mask. Sets the user file-creation mask to MODE. If MODE is omitted, prints the current value of the mask. If MODE begins with a digit, it is interpreted as an octal number; otherwise it is a symbolic mode string like that accepted by chmod(1). Options: -p if MODE is omitted, output in a form that may be reused as input -S makes the output symbolic; otherwise an octal number is output Exit Status: Returns success unless MODE is invalid or an invalid option is given.
2010-01-04
Vidigu aŭ agordu dosierreĝiman maskon La dosierkrea masko de la uzanto havu la valoron de la argumento REĜIMO. Se REĜIMO mankas, eligu la kurantan valoron de la masko. Se la argumento REĜIMO komenciĝas per cifero, ĝi estas interpretata kiel okuma nombro; alie, kiel simbola signoĉeno laŭ chmod(1). Opcioj: -p se REĜIMO malestas, la eligaĵo havu formon taŭgan por enigo -S la eligo estu simbola; alie ĝi estas okuma nombro Elirstato: Sukceso, krom se REĜIMO estas nevalida aŭ aperas misa opcio.
534.
Wait for job completion and return exit status. Waits for each process identified by an ID, which may be a process ID or a job specification, and reports its termination status. If ID is not given, waits for all currently active child processes, and the return status is zero. If ID is a a job specification, waits for all processes in that job's pipeline. If the -n option is supplied, waits for the next job to terminate and returns its exit status. Exit Status: Returns the status of the last ID; fails if ID is invalid or an invalid option is given.
2014-08-30
Atendu ke laboroj finiĝu, kaj liveru elirstaton. Atendu finiĝon de ĉiu procezo indikita per IND (kiu povas esti proceznumero aŭ laborindiko) kaj liveru ĝian elirstaton. Se IND malestas, atendu ĉiujn aktivajn procezidojn, kaj liveru la elirstaton 0. Se IND estas laborindiko, atendu ĉiujn procezojn en la dukto de la laboro. Kun la opcio „-n“: atendi finiĝon de la sekva laboro kaj liveru ĝian elirstaton. Elirstato: Tiu de la lasta IND; malsukceso, se IND estas nevalida aŭ se renkontiĝas nevalida opcio.<
535.
Wait for process completion and return exit status. Waits for each process specified by a PID and reports its termination status. If PID is not given, waits for all currently active child processes, and the return status is zero. PID must be a process ID. Exit Status: Returns the status of the last PID; fails if PID is invalid or an invalid option is given.
2014-08-30
Atendu ke procezoj finiĝu, kaj liveru elirstaton Atendu finiĝon de ĉiu indikita procezoj kaj liveru ĝian elirstaton. Se PN malestas, atendu ĉiujn aktivajn procezidojn, kaj liveru la elirstaton 0. PN devas esti proceznumero. Elirstato: Tiu de la lasta PN; malsukceso, se PN estas nevalida aŭ se renkontiĝas nevalida opcio.
536.
Execute commands for each member in a list. The `for' loop executes a sequence of commands for each member in a list of items. If `in WORDS ...;' is not present, then `in "$@"' is assumed. For each element in WORDS, NAME is set to that element, and the COMMANDS are executed. Exit Status: Returns the status of the last command executed.
2010-01-04
Plenumu komandojn por ĉiu ero de listo La iteracio „for‟ plenumas la KOMANDOJn por ĉiu ero de sia listo. Se la parto «in VORTOJ ...;» malestas, «in "$@"» estas uzata anstataŭe. Por ĉiu el la VORTOJ, la NOMO estas valorizata per tiu ero kaj la KOMANDOJ estas plenumataj. Elirstato: Tiu de la laste plenumita komando.
537.
Arithmetic for loop. Equivalent to (( EXP1 )) while (( EXP2 )); do COMMANDS (( EXP3 )) done EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is omitted, it behaves as if it evaluates to 1. Exit Status: Returns the status of the last command executed.
2010-01-04
Aritmetika iteracio Ekvivalentas al (( ESPR1 )) while (( ESPR2 )); do KOMANDOJ (( ESPR3 )) done kie ESPR1, ESPR2 kaj ESPR3 estas aritmetikaj esprimoj. Se iu el ili malestas, 1 estas uzata anstataŭe. Elirstato: Tiu de la laste plenumita komando.
538.
Select words from a list and execute commands. The WORDS are expanded, generating a list of words. The set of expanded words is printed on the standard error, each preceded by a number. If `in WORDS' is not present, `in "$@"' is assumed. The PS3 prompt is then displayed and a line read from the standard input. If the line consists of the number corresponding to one of the displayed words, then NAME is set to that word. If the line is empty, WORDS and the prompt are redisplayed. If EOF is read, the command completes. Any other value read causes NAME to be set to null. The line read is saved in the variable REPLY. COMMANDS are executed after each selection until a break command is executed. Exit Status: Returns the status of the last command executed.
2010-01-04
Elektu vortojn el listo kaj plenumu komandojn Malvolvu VORTOJn, generante liston da vortoj. Tiujn vortojn eligu en la ĉeferarujon, ĉiu antaŭate de sia numero. Se „in VORTOJ‟ malestas, prenu anstataŭe la enhavon de "$@". Poste eligu la inviton laŭ la variablo PS3 kaj legu linion el la ĉefenigujo. Se la linio konsistas el numero responda al iu el la vortoj eligitaj, la NOMO ricevu ĝin kiel sian valoron. Se la linio entenas nenion, ripetu VORTOJn kaj la inviton. Ĉe la dosierfino la komando finiĝas. Ajna alia enigaĵo vakuigas la variablon NOMO. La legita linio konserviĝas en la variablo REPLY. Plenumu la KOMANDOJn post ĉiu elekto, ĝis renkontiĝos komando de eliro (break). Elirstato: Tiu de la laste plenumita komando.
539.
Report time consumed by pipeline's execution. Execute PIPELINE and print a summary of the real time, user CPU time, and system CPU time spent executing PIPELINE when it terminates. Options: -p print the timing summary in the portable Posix format The value of the TIMEFORMAT variable is used as the output format. Exit Status: The return status is the return status of PIPELINE.
2010-01-04
Raportu tempon konsumitan de dukto Plenumu la DUKTOn kaj poste eligu tabelon el la reala tempo, la ĉefprocesora tempo de la uzanto, kaj la ĉefprocesora tempo sistema, konsumitaj por plenumi la DUKTOn, kiam ĝi finĝos. Opcio: -p prezentu la tempojn laŭ la portebla Poziksa formo La variablo TIMEFORMAT difinas la formon de la eligaĵo. Elirstato: Tiu de la DUKTO.
540.
Execute commands based on pattern matching. Selectively execute COMMANDS based upon WORD matching PATTERN. The `|' is used to separate multiple patterns. Exit Status: Returns the status of the last command executed.
2010-01-04
Plenumu komandojn laŭ ŝablonkongruo Plenumu KOMANDOJn kondiĉe ke VORTO kongruas kun ŜABLONO. La streko „|‟ servas por disigi ŝablonojn (se pluraj). Elirstato: Tiu de la komando laste plenumita.
541.
Execute commands based on conditional. The `if COMMANDS' list is executed. If its exit status is zero, then the `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is executed in turn, and if its exit status is zero, the corresponding `then COMMANDS' list is executed and the if command completes. Otherwise, the `else COMMANDS' list is executed, if present. The exit status of the entire construct is the exit status of the last command executed, or zero if no condition tested true. Exit Status: Returns the status of the last command executed.
2010-01-04
Plenumu komandojn depende je kondiĉo Plenumu la komandojn el «if KOMANDOJ». Se la elirstato estas 0, tiam plenumu la komandojn el «then KOMANDOJ». Alie, laŭvice, plenumu la komandoj el «elif KOMANDOJ», kaj se la elirstato estas 0, plenumu la komandojn de ties «then KOMANDOJ», post kio la komando „if‟ finiĝas. Alie plenumu la komandojn el «else KOMANDOJ» (se tiaj enestas). La elirstato estas tiu de la lasta komando plenumita, aŭ 0 se neniu el la kondiĉoj estis vera.
542.
Execute commands as long as a test succeeds. Expand and execute COMMANDS as long as the final command in the `while' COMMANDS has an exit status of zero. Exit Status: Returns the status of the last command executed.
2010-01-04
Plenumadu komandojn dum testo sukcesas Ripete malvolvu kaj plenumu la KOMANDOJn dum la lasta el la KOMANDOJ de la „while‟-parto liveras elirstaton 0. Elirstato: Tiu de la komando laste plenumita.
543.
Execute commands as long as a test does not succeed. Expand and execute COMMANDS as long as the final command in the `until' COMMANDS has an exit status which is not zero. Exit Status: Returns the status of the last command executed.
2010-01-04
Plenumadu komandojn ĝis kiam testo sukcesos Ripete malvolvu kaj plenumu la komandojn dum la lasta el la KOMANDOJ de la „until‟-parto liveras elirstaton alian ol 0. Elirstato: Tiu de la komando laste plenumita.
544.
Create a coprocess named NAME. Execute COMMAND asynchronously, with the standard output and standard input of the command connected via a pipe to file descriptors assigned to indices 0 and 1 of an array variable NAME in the executing shell. The default NAME is "COPROC". Exit Status: Returns the exit status of COMMAND.
2010-01-04
Kreu kunprocezon nomotan NOMO Plenumu KOMANDOn nesinkrone, konektinte per dukto ĝiajn ĉefelgujon kaj ĉefengujon al la dosiernumeroj listigitaj en la tabelo NOMO de la kuranta ŝelo ĉe la indicoj 0 kaj 1. La defaŭlta NOMO estas „COPROC‟. Elirstato: Tiu de KOMANDO.
545.
Define shell function. Create a shell function named NAME. When invoked as a simple command, NAME runs COMMANDs in the calling shell's context. When NAME is invoked, the arguments are passed to the function as $1...$n, and the function's name is in $FUNCNAME. Exit Status: Returns success unless NAME is readonly.
2010-01-04
Difinu ŝelfunkcion Kreu ŝelfunkcion kun NOMO. Vokite kiel simpla komando, NOMO plenumas la KOMANDOJn en la medio de la vokanta ŝelo. Ĉe voko de NOMO la komandoliniajn argumentojn la funkcio ricevas en $0...$n, kaj la funkcinomo registriĝas en $FUNCNAME. Elirstato: Sukceso, krom se NOMO estas nurlega.
546.
Group commands as a unit. Run a set of commands in a group. This is one way to redirect an entire set of commands. Exit Status: Returns the status of the last command executed.
2010-01-04
Arigu komandojn en komandan unuon Plenumu la komandojn grupe. Tiel eblas apliki alidirektadon al tuta grupo da komandoj. Elirstato: Tiu de la komando laste plenumita.
547.
Resume job in foreground. Equivalent to the JOB_SPEC argument to the `fg' command. Resume a stopped or background job. JOB_SPEC can specify either a job name or a job number. Following JOB_SPEC with a `&' places the job in the background, as if the job specification had been supplied as an argument to `bg'. Exit Status: Returns the status of the resumed job.
2010-01-04
Reaktivigu laboron en la fono Samkiel la argumento LABORINDIKO en komando „fg‟. Reaktivigu haltigitan aŭ fonan laboron. LABORINDIKO povas esti labornomo aŭ labornumero. Postmetita „&‟ sendas la laboron en la fonon, samkiel se la komando „bg‟ estus aplikita al LABORINDIKO. Elirstato: Tiu de la reakivigita laboro.
548.
Evaluate arithmetic expression. The EXPRESSION is evaluated according to the rules for arithmetic evaluation. Equivalent to "let EXPRESSION". Exit Status: Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise.
2010-01-04
Komputu aritmetikan esprimon La esprimo EXPRESSION komputiĝas laŭ la aritmetikaj reguloj. Ekvivalentas al «let EXPRESSION». Elirstato: 1, se la rezulto de la ESPRIMO estas 0; 0 aliokaze.
549.
Execute conditional command. Returns a status of 0 or 1 depending on the evaluation of the conditional expression EXPRESSION. Expressions are composed of the same primaries used by the `test' builtin, and may be combined using the following operators: ( EXPRESSION ) Returns the value of EXPRESSION ! EXPRESSION True if EXPRESSION is false; else false EXPR1 && EXPR2 True if both EXPR1 and EXPR2 are true; else false EXPR1 || EXPR2 True if either EXPR1 or EXPR2 is true; else false When the `==' and `!=' operators are used, the string to the right of the operator is used as a pattern and pattern matching is performed. When the `=~' operator is used, the string to the right of the operator is matched as a regular expression. The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to determine the expression's value. Exit Status: 0 or 1 depending on value of EXPRESSION.
2010-01-04
Plenumu kondiĉkomandon Liveras elirstaton 0 aŭ 1 laŭ la rezulto de komputado de kondiĉa ESPRIMO. Esprimoj konsistas el bazaj esprimoj, kiajn uzas la primitivaĵo „test‟, kaj komponiĝas per sekvaj operacioj: ( ESPRIMO ) Liveras la valoron de ESPRIMO ! ESPRIMO Vera, se ESPRIMO estas malvera; alie malvera ESP1 && ESP2 Vera, se veras ambaŭ ESP1 kaj ESP2; alie malvera ESP1 || ESP2 Vera, se veras ajna el ESP1 kaj ESP2; alie malvera En la operacioj „==‟ kaj „!=‟ la signoĉeno dekstre de la operacisigno rolas kiel ŝablono, kongrueco al kiu estas testata. Ĉe la operacio „=~‟ la ĉeno en la dekstra parto rolas kiel regulesprimo por kongruectestado. En la operacioj && kaj || la duaj subesprimoj ESP2 ne estas komputataj se ESP1 jam sufiĉas por determini la rezulton. Elirstato: 0 aŭ 1, laŭ la valoro de ESPRIMO.
550.
Common shell variable names and usage. BASH_VERSION Version information for this Bash. CDPATH A colon-separated list of directories to search for directories given as arguments to `cd'. GLOBIGNORE A colon-separated list of patterns describing filenames to be ignored by pathname expansion. HISTFILE The name of the file where your command history is stored. HISTFILESIZE The maximum number of lines this file can contain. HISTSIZE The maximum number of history lines that a running shell can access. HOME The complete pathname to your login directory. HOSTNAME The name of the current host. HOSTTYPE The type of CPU this version of Bash is running under. IGNOREEOF Controls the action of the shell on receipt of an EOF character as the sole input. If set, then the value of it is the number of EOF characters that can be seen in a row on an empty line before the shell will exit (default 10). When unset, EOF signifies the end of input. MACHTYPE A string describing the current system Bash is running on. MAILCHECK How often, in seconds, Bash checks for new mail. MAILPATH A colon-separated list of filenames which Bash checks for new mail. OSTYPE The version of Unix this version of Bash is running on. PATH A colon-separated list of directories to search when looking for commands. PROMPT_COMMAND A command to be executed before the printing of each primary prompt. PS1 The primary prompt string. PS2 The secondary prompt string. PWD The full pathname of the current directory. SHELLOPTS A colon-separated list of enabled shell options. TERM The name of the current terminal type. TIMEFORMAT The output format for timing statistics displayed by the `time' reserved word. auto_resume Non-null means a command word appearing on a line by itself is first looked for in the list of currently stopped jobs. If found there, that job is foregrounded. A value of `exact' means that the command word must exactly match a command in the list of stopped jobs. A value of `substring' means that the command word must match a substring of the job. Any other value means that the command must be a prefix of a stopped job. histchars Characters controlling history expansion and quick substitution. The first character is the history substitution character, usually `!'. The second is the `quick substitution' character, usually `^'. The third is the `history comment' character, usually `#'. HISTIGNORE A colon-separated list of patterns used to decide which commands should be saved on the history list.
2010-01-04
Nomoj kaj uzoj de komunaj ŝelvariabloj BASH_VERSION Informo pri la versio de ĉi tiu Baŝo CDPATH Listo da dosierujoj (disigitaj per dupunkto) en kiuj argumenta dosierujo de „cd‟ estu serĉata GLOBIGNORE Listo da ŝablonoj (disigitaj per dupunkto) difinanta dosiernomojn ignorendajn ĉe malvolvo de dosierindikoj HISTFILE Nomo de la dosiero por via komandohistorio HISTFILESIZE Maksimuma nombro de linioj konserveblaj en HISTFILE HISTSIZE Maksimuma nombro de linioj el komandohistorio atingeblaj el plenumata ŝelo HOME Plena dosierindiko pri via hejma dosierujo HOSTNAME Nomo de la rulanta komputilo HOSTTYPE Tipo de la ĉefprocesoro rulanta ĉi tiun Baŝon IGNOREEOF Determinas la konduton de la ŝelo kiam ĝi ricevas dosierfinilon (^D, \004) kiel nuran enigaĵon. Se ĝi ekzistas kaj havas nombran valoron, tiam ĉi tiu indikas, kiom da sinsekvaj dosierfinilojn toleri antaŭ ol la ŝelo finiĝu (defaŭlte, 10). Sen tia valoro, ^D signifas finon de enigo MACHTYPE Signoĉeno priskribanta la komputsistemon rulantan ĉi tiun Baŝon MAILCHECK Kiom ofte (post kiom da sekundoj) Baŝo kontrolu ricevon de nova retpoŝta mesaĝo MAILPATH Listo da dosiernomoj (disigitaj per dupunkto) kiujn Baŝo testu pri nova retpoŝtaĵo OSTYPE Versio de Unikso sur kiu ĉi tiu Baŝo ruliĝas PATH Listo da dosierujoj (disigitaj per dupunkto) kie serĉi komandojn PROMPT_COMMAND Komando plenumenda antaŭ ĉiu unuaranga invito PS1 Signoĉeno de la unuaranga invito PS2 Signoĉeno de la duaranga invito PWD Plena dosierindiko de la kuranta dosierujo SHELLOPTS Listo da aktivaj ŝelaj opcioj (disigitaj per dupunktoj) TERM Tipo de la uzata terminalo TIMEFORMAT Formato por eligi tempostatistikon per la komando „time‟ auto_resume Se ne vakua, indikas ke komandan vorton sole aperanta en linio la ŝelo unue serĉu en la listo de haltetintaj laboroj. Se trovita tie, la laboro iĝu dialoga. La valoro „exact‟ postulas ekzaktan kongruon de la komanda vorto kun la komando el la laborlisto. La valoro „substring‟ indikas ke la komanda vorto kongruu kun subĉeno de la laboro. Ĉia alia valoro indikas ke la komando estu komenca parto de la labornomo histchars Signoj regantaj reuzon de komandohistorio kaj rapidan anstataŭigon. Unue estas la reuziga signo, kutime „!‟. Due estas la signo de „rapida anstataŭigo‟, kutime „^‟. Trie estas la signo de „historia komentilo‟, kutime „#‟ HISTIGNORE Listo da ŝablonoj (disigitaj per dupunkto) difinanta kiujn komandojn konservi en la historilisto
551.
Add directories to stack. Adds a directory to the top of the directory stack, or rotates the stack, making the new top of the stack the current working directory. With no arguments, exchanges the top two directories. Options: -n Suppresses the normal change of directory when adding directories to the stack, so only the stack is manipulated. Arguments: +N Rotates the stack so that the Nth directory (counting from the left of the list shown by `dirs', starting with zero) is at the top. -N Rotates the stack so that the Nth directory (counting from the right of the list shown by `dirs', starting with zero) is at the top. dir Adds DIR to the directory stack at the top, making it the new current working directory. The `dirs' builtin displays the directory stack. Exit Status: Returns success unless an invalid argument is supplied or the directory change fails.
2010-01-04
Surstakigu dosierujojn Surstakigu dosierujon sur la stakon da dosierujoj, aŭ cikle ŝovu la stakon tiel, ke la nova stakpinto estu la kuranta dosierujo. Senargumente, permutu la du plej suprajn dosierujojn de la stako. Opcio: -n Ne ŝanĝu la kurantan dosierujon (ne plenumu cd) surstakigante dosierujon sur la stakon; do, nur la stakon ŝanĝu Argumentoj: +N Cikle ŝovu la stakon tiel ke la Nª dosierujo (nombrante de maldekstre en la listo eligebla per „dirs‟, numerante de 0) iĝu la pinta -N Cikle ŝovu la stakon tiel ke la Nª dosierujo (nombrante de dekstre en la listo eligebla per „dirs‟, numerante de 0) iĝu la pinta DOSIERUJO surstakigu la DOSIERUJOn kaj faru ĝin la nova kuranta dosierujo labora Vi povas vidigi la stakon da dosierujoj per la komando „dirs‟. Elirstato: Sukceso, krom se aperas misa argumento aŭ se cd malsukcesas.
552.
Remove directories from stack. Removes entries from the directory stack. With no arguments, removes the top directory from the stack, and changes to the new top directory. Options: -n Suppresses the normal change of directory when removing directories from the stack, so only the stack is manipulated. Arguments: +N Removes the Nth entry counting from the left of the list shown by `dirs', starting with zero. For example: `popd +0' removes the first directory, `popd +1' the second. -N Removes the Nth entry counting from the right of the list shown by `dirs', starting with zero. For example: `popd -0' removes the last directory, `popd -1' the next to last. The `dirs' builtin displays the directory stack. Exit Status: Returns success unless an invalid argument is supplied or the directory change fails.
2010-01-04
Elstakigu dosierujojn Elstakigu erojn el la stako da dosierujoj. Senargumente, forigu la pintan dosierujon kaj iru (cd) en la novan pintan dosierujon. Opcio: -n Ne ŝanĝu (cd) la kurantan dosierujon demetante dosierujon el la stako; do, nur la stakon ŝanĝu Argumentoj: +N Forigu la N-an eron de maldekstre de la listo eligebla per „dirs‟, numerante ekde 0. Ekz-e: «popd +0» forigas la plej maldekstran dosierujon; «popd +1», ĝian najbaron -N Forigu la N-an eron de dekstre de la listo eligebla per „dirs‟, numerante ekde 0. Ekz-e: «popd -0» forigas la lastan dosierujon; «popd -1», la antaŭlastan Vi povas vidigi la stakon da dosierujoj per la komando „dirs‟. Elirstato: Sukceso, krom se aperas misa argumento aŭ se cd malsukcesas.
553.
Display directory stack. Display the list of currently remembered directories. Directories find their way onto the list with the `pushd' command; you can get back up through the list with the `popd' command. Options: -c clear the directory stack by deleting all of the elements -l do not print tilde-prefixed versions of directories relative to your home directory -p print the directory stack with one entry per line -v print the directory stack with one entry per line prefixed with its position in the stack Arguments: +N Displays the Nth entry counting from the left of the list shown by dirs when invoked without options, starting with zero. -N Displays the Nth entry counting from the right of the list shown by dirs when invoked without options, starting with zero. Exit Status: Returns success unless an invalid option is supplied or an error occurs.
2010-01-04
Listigu dosierujstakon Listigu la kurantan dosierujstakon. La dosierujoj trafas en la stakon per la komando „pushd‟ kaj estas forigeblaj per la komando „popd‟. Opcioj: -c viŝu la dosierujstakon forigante el ĝi ĉiujn erojn -l ne uzu mallongan formon de dosierujnomoj relative al via hejma dosierujo -p listigu dosierujstakon lokante po unu eron sur linio -v listigu po unu eron de la dosierujstako en linio, metante antaŭ la dosierujnomo ĝian numeron en la stako Argumentoj: +N eligu la N-an eron (numerante de maldekstre kaj ekde 0) de la listo eligebla per senopcia „dirs‟ -N eligu la N-an eron (numerante de dekstre kaj ekde 0) en la listo eligebla per senopcia „dirs‟ Elirstato: Sukceso, krom se aperas misa opcio aŭ okazas eraro.
554.
Set and unset shell options. Change the setting of each shell option OPTNAME. Without any option arguments, list all shell options with an indication of whether or not each is set. Options: -o restrict OPTNAMEs to those defined for use with `set -o' -p print each shell option with an indication of its status -q suppress output -s enable (set) each OPTNAME -u disable (unset) each OPTNAME Exit Status: Returns success if OPTNAME is enabled; fails if an invalid option is given or OPTNAME is disabled.
2010-01-04
Ŝaltu kaj malŝaltu ŝelajn opciojn Ŝanĝu la staton de ĉiu el la OPCINOMOj. Sen opciaj argumentoj, listigu ĉiujn ŝelajn opciojn, indikante pri ĉiu el ili, ĉu ĝi estas ŝaltita. Opcioj: -o limigu OPCINOMOJn je tiuj difinitaj por uzo per «set -o» -p eligu ĉiun ŝelan opcion indikante ĉu ĝi estas ŝaltita -q silentigu eligon -s ŝaltu (aktivigu) ĉiun el la OPCINOMOj -u malŝaltu (malaktivigu) ĉiun el la OPCINOMOj Elirstato: Sukceso, se OPCINOMO estas ŝaltita; malsukceso, se aperas misa opcio, aŭ se OPCINOMO estas malŝaltita.
555.
Formats and prints ARGUMENTS under control of the FORMAT. Options: -v var assign the output to shell variable VAR rather than display it on the standard output FORMAT is a character string which contains three types of objects: plain characters, which are simply copied to standard output; character escape sequences, which are converted and copied to the standard output; and format specifications, each of which causes printing of the next successive argument. In addition to the standard format specifications described in printf(1), printf interprets: %b expand backslash escape sequences in the corresponding argument %q quote the argument in a way that can be reused as shell input %(fmt)T output the date-time string resulting from using FMT as a format string for strftime(3) The format is re-used as necessary to consume all of the arguments. If there are fewer arguments than the format requires, extra format specifications behave as if a zero value or null string, as appropriate, had been supplied. Exit Status: Returns success unless an invalid option is given or a write or assignment error occurs.
2014-08-30
Aranĝu kaj eligu ARGUMENTOJn laŭ FORMATO. Opcio: -v VAR eligu en ŝelvariablon VAR anstataŭ en la ĉefeligujon FORMATO estas signoĉeno entenanta 3 tipojn da objektoj: ordinaraj signoj, simple kopiataj en la ĉefeligujon; eskapsekvencoj por signo, konvertataj kaj kopiataj en la ĉefeligujon; kaj formataj specifoj, ĉiu el kiuj kaŭzas eligon de vica argumento. Aldone al la normaj specifiloj laŭ „printf(1)‟, printf komprenas: „%b‟ igas malvolvi deklivajn (\) eskapsekvencojn en sia argumento; „%q‟ encitiligu la argumenton en formon taŭgan por ŝela re-enigo; „%(fmt)T‟ servas por eligi data-tempan signoĉenon kiel farus „strftime(3)‟ laŭ la formatoĉeno fmt. La formato estas iteracie reuzata kiom necesas por konsumi ĉiujn argumentojn. Se estas malpli da argumentoj ol la formato bezonas, la kromaj specifoj estas interpretataj tiel, kvazaŭ la mankantaj argumentoj estus nuloj aŭ vakuaj signoĉenoj (laŭokaze). Elirstato: Sukceso, krom se aperas misa opcio aŭ okazas eraro pri skribo aŭ valorizo.
556.
Specify how arguments are to be completed by Readline. For each NAME, specify how arguments are to be completed. If no options are supplied, existing completion specifications are printed in a way that allows them to be reused as input. Options: -p print existing completion specifications in a reusable format -r remove a completion specification for each NAME, or, if no NAMEs are supplied, all completion specifications -D apply the completions and actions as the default for commands without any specific completion defined -E apply the completions and actions to "empty" commands -- completion attempted on a blank line When completion is attempted, the actions are applied in the order the uppercase-letter options are listed above. The -D option takes precedence over -E. Exit Status: Returns success unless an invalid option is supplied or an error occurs.
2014-08-30
Difinu, kiel Readline kompletigu argumentojn. Por ĉiu NOMO difinu, kiel la argumentoj estu kompletigotaj. Se nenia opcio estas donita, eligu la aktualajn kompletigoregulojn en formo reuzebla por enigo en la ŝelon. Opcioj: -p eligu kompletigoregulojn en formo uzebla por enigo en la ŝelon -r forigu la kompletigoregulon por ĉiu NOMO, aŭ, se nenia NOMO estas donita, ĉiujn kompletigoregulojn -D apliku la indikitajn kompletigojn kaj agojn Defaŭlte por la komandoj sen specifa kompletigo-difino -E apliku la indikitajn kompletigojn kaj agojn al vakuaj (Empty) komandoj (la kompletigoj provotaj en vakua komandolinio) Ĉe provo kompletigi la agoj aplikiĝas laŭ la ordo de majusklaj opcioj en la ĉi-supre listo. La opcio -D superregas la opcion -E. Elirstato: Sukceso, krom se misa opcio estas donita, aŭ eraro okazis.
557.
Display possible completions depending on the options. Intended to be used from within a shell function generating possible completions. If the optional WORD argument is supplied, matches against WORD are generated. Exit Status: Returns success unless an invalid option is supplied or an error occurs.
2010-01-04
Montru la eblajn kompletigojn depende je la opcioj Destinita por uzo en ŝelfunkcio generanta eblajn kompletigojn. Se la eventuala argumento VORTO estas donita, generu ĝiajn kongruaĵojn. Elirstato: Sukceso, krom se aperas misa opcio aŭ okazas eraro.
558.
Modify or display completion options. Modify the completion options for each NAME, or, if no NAMEs are supplied, the completion currently being executed. If no OPTIONs are given, print the completion options for each NAME or the current completion specification. Options: -o option Set completion option OPTION for each NAME -D Change options for the "default" command completion -E Change options for the "empty" command completion Using `+o' instead of `-o' turns off the specified option. Arguments: Each NAME refers to a command for which a completion specification must have previously been defined using the `complete' builtin. If no NAMEs are supplied, compopt must be called by a function currently generating completions, and the options for that currently-executing completion generator are modified. Exit Status: Returns success unless an invalid option is supplied or NAME does not have a completion specification defined.
2014-08-30
Ŝanĝu aŭ vidigu opciojn pri kompletigo Ŝanĝu la kompletigajn opciojn por ĉiu NOMO, aŭ - se nenia NOMO estas indikita - la nune plenumatan kompletigon. Se nenia OPCIO estas donita, eligu la kompletigajn opciojn por ĉiu NOMO aŭ la kurantan kompletigan regularon. Opcioj: -o OPCIO Ŝaltu kompletigan OPCIOn por ĉiu NOMO -D Ŝanĝu opciojn por la Defaŭlta komandokompletigo -E Ŝanĝu opciojn por la vakua (Empty) komandokompletigo. Uzante «+o» anstataŭ «-o» oni malŝaltas la indikitan OPCIOn. Argumentoj: Ĉiu NOMO indikas komandon, por kiu kompletiga regulo devas esti jam difinita per la primitivaĵo „complete‟. Se nenia NOMO estas donita, tiam la komandon compopt devas voki funkcio generanta, kaj ĝuste la opcioj por ĉi tiu nune plenumata generilo de kompletigoj estu ŝanĝitaj. Elirstato: Sukceso, krom se aperas misa opcio, aŭ por NOMO mankas difino de kompletiga regulo.
559.
Read lines from the standard input into an indexed array variable. Read lines from the standard input into the indexed array variable ARRAY, or from file descriptor FD if the -u option is supplied. The variable MAPFILE is the default ARRAY. Options: -n count Copy at most COUNT lines. If COUNT is 0, all lines are copied. -O origin Begin assigning to ARRAY at index ORIGIN. The default index is 0. -s count Discard the first COUNT lines read. -t Remove a trailing newline from each line read. -u fd Read lines from file descriptor FD instead of the standard input. -C callback Evaluate CALLBACK each time QUANTUM lines are read. -c quantum Specify the number of lines read between each call to CALLBACK. Arguments: ARRAY Array variable name to use for file data. If -C is supplied without -c, the default quantum is 5000. When CALLBACK is evaluated, it is supplied the index of the next array element to be assigned and the line to be assigned to that element as additional arguments. If not supplied with an explicit origin, mapfile will clear ARRAY before assigning to it. Exit Status: Returns success unless an invalid option is given or ARRAY is readonly or not an indexed array.
2014-08-30
Legu liniojn el la ĉefenigujo en tabelvariablon Legu liniojn el la ĉefenigujo en la entjerindican variablon TABELO, aŭ el la dosiernumero DN, se ĉeestas la opcio „-u‟. Defaŭlte TABELO estas la variablo MAPFILE. Opcioj: -n NOMBRILO Kopiu maksimume NOMBRILOn da linioj. Se NOMBRILO estas 0, kopiu ĉiujn liniojn -O ORIGINO Komencu valorizi la TABELOn ekde la indekso ORIGINO. La defaŭlta origino estas 0. -s NOMBRILO Ignoru NOMBRILOn da unuaj linioj -t Forigu la vostan linifinilon el ĉiu legita linio -u DN Legu per la dosiernunero DN anstataŭ el la ĉefenigujo -C RETROVOKO Plenumu RETROVOKOn post ĉiu KVANTO da legitaj linioj -c KVANTO Po kiom da linioj legi inter sinsekvaj RETROVOKOj Argumento: TABELO Nomo de tabelvariablo uzota por la legotaj datumoj Se „-C‟ aperas sen „-c‟, la defaŭlta kvanto estas 5000. Ĉe komputo de RETROVOKO ĉi tiu ricevas la indicon de la sekva valorizota tabelano kaj la en ĝin skribotan linion kiel kromajn argumentojn. Se mankas malimplica ORIGINO, mapfile viŝos la TABELOn antaŭ valorizi ĝin. Elirstato: Sukceso, krom se aperas misa opcio aŭ TABELO estas nurlega aŭ ĝi ne estas entjerindica tabelo.
560.
Read lines from a file into an array variable. A synonym for `mapfile'.
2017-02-17
Legu liniojn el dosiero en tabelvariablon. Sinonimo de „mapfile‟.
2010-01-04
Legu liniojn el la ĉefenigujo en tabelvariablon Sinonimo de „mapfile‟.