Translations by Salvatore Cocuzza

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

125 of 25 results
12.
brace expansion: cannot allocate memory for %s
2022-05-30
espansione parentesi graffa: impossibile allocare memoria per %s
334.
General help using GNU software: <http://www.gnu.org/gethelp/>
2022-05-30
Aiuto per l'utilizzo di software GNU: <http://www.gnu.org/gethelp/>
526.
Write arguments to the standard output. Display the ARGs, separated by a single space character and followed by a newline, on the standard output. Options: -n do not append a newline -e enable interpretation of the following backslash escapes -E explicitly suppress interpretation of backslash escapes `echo' interprets the following backslash-escaped characters: \a alert (bell) \b backspace \c suppress further output \e escape character \E escape character \f form feed \n new line \r carriage return \t horizontal tab \v vertical tab \\ backslash \0nnn the character whose ASCII code is NNN (octal). NNN can be 0 to 3 octal digits \xHH the eight-bit character whose value is HH (hexadecimal). HH can be one or two hex digits \uHHHH the Unicode character whose value is the hexadecimal value HHHH. HHHH can be one to four hex digits. \UHHHHHHHH the Unicode character whose value is the hexadecimal value HHHHHHHH. HHHHHHHH can be one to eight hex digits. Exit Status: Returns success unless a write error occurs.
2022-05-30
Scrive argomenti nello standard output. Visualizza gli ARG, separati da un singolo carattere spazio e seguiti da a newline, sullo standard output. Opzioni: -n non aggiunge una nuova riga -e abilita l'interpretazione dei seguenti caratteri di escape della barra rovesciata -E sopprime esplicitamente l'interpretazione degli escape della barra rovesciata `echo' interpreta i seguenti caratteri con escape barra rovesciata: \a avviso (campana) \b backspace \c sopprime ulteriore output \e carattere di escape \E carattere di escape \f feed modulo \n nuova riga \r ritorno a capo \t scheda orizzontale \v scheda verticale \[tab]barra rovesciata \0nnn il carattere il cui codice ASCII è NNN (ottale). NNN può essere da 0 a 3 cifre ottali \xHH il carattere a otto bit il cui valore è HH (esadecimale). HH può essere una o due cifre esadecimali \uHHHH il carattere Unicode il cui valore è il valore esadecimale HHHH. HHHH può essere composto da una a quattro cifre esadecimali. \UHHHHHHHH il carattere Unicode il cui valore è il valore esadecimale [scheda][scheda]HHHHHHHHH. HHHHHHHH può essere composto da una a otto cifre esadecimali. Stato di uscita: Restituisce successo a meno che non si verifichi un errore di scrittura.
531.
Replace the shell with the given command. Execute COMMAND, replacing this shell with the specified program. ARGUMENTS become the arguments to COMMAND. If COMMAND is not specified, any redirections take effect in the current shell. Options: -a name pass NAME as the zeroth argument to COMMAND -c execute COMMAND with an empty environment -l place a dash in the zeroth argument to COMMAND If the command cannot be executed, a non-interactive shell exits, unless the shell option `execfail' is set. Exit Status: Returns success unless COMMAND is not found or a redirection error occurs.
2022-05-30
Sostituisci la shell con il comando dato. Esegui COMMAND, sostituendo questa shell con il programma specificato. GLI ARGOMENTI diventano gli argomenti del COMANDO. Se COMANDO non è specificato, tutti i reindirizzamenti hanno effetto nella shell corrente. Opzioni: -a name passa NAME come argomento zero a COMMAND -c esegue COMMAND con un ambiente vuoto -l inserisci un trattino nell'argomento zero in COMANDO Se il comando non può essere eseguito, una shell non interattiva esce, a meno che l'opzione della shell `execfail' è impostata. Stato di uscita: Restituisce successo a meno che COMMAND non venga trovato o si verifichi un errore di reindirizzamento.
537.
Remember or display program locations. Determine and remember the full pathname of each command NAME. If no arguments are given, information about remembered commands is displayed. Options: -d forget the remembered location of each NAME -l display in a format that may be reused as input -p pathname use PATHNAME as the full pathname of NAME -r forget all remembered locations -t print the remembered location of each NAME, preceding each location with the corresponding NAME if multiple NAMEs are given Arguments: NAME Each NAME is searched for in $PATH and added to the list of remembered commands. Exit Status: Returns success unless NAME is not found or an invalid option is given.
2022-05-30
Remember or display program locations. Determine and remember the full pathname of each command NAME. If no arguments are given, information about remembered commands is displayed. Options: -d forget the remembered location of each NAME -l display in a format that may be reused as input -p pathname use PATHNAME as the full pathname of NAME -r forget all remembered locations -t print the remembered location of each NAME, preceding each location with the corresponding NAME if multiple NAMEs are given Arguments: NAME Each NAME is searched for in $PATH and added to the list of remembered commands. Exit Status: Returns success unless NAME is not found or an invalid option is given.
538.
Display information about builtin commands. Displays brief summaries of builtin commands. If PATTERN is specified, gives detailed help on all commands matching PATTERN, otherwise the list of help topics is printed. Options: -d output short description for each topic -m display usage in pseudo-manpage format -s output only a short usage synopsis for each topic matching PATTERN Arguments: PATTERN Pattern specifying a help topic Exit Status: Returns success unless PATTERN is not found or an invalid option is given.
2022-05-30
Visualizza le informazioni sui comandi integrati. Visualizza brevi riepiloghi dei comandi integrati. Se il PATTERN è specificato, fornisce una guida dettagliata su tutti i comandi corrispondenti a PATTERN, in caso contrario viene stampato l'elenco degli argomenti della guida. Opzioni: -d output breve descrizione per ogni argomento -m visualizza l'utilizzo in formato pseudo-manpage -s restituisce solo una breve sinossi di utilizzo per ogni corrispondenza di argomento [scheda] SCHEMA Argomenti: PATTERN Modello che specifica un argomento della guida Stato di uscita: Restituisce l'esito positivo a meno che non venga trovato PATTERN o venga fornita un'opzione non valida.
539.
Display or manipulate the history list. Display the history list with line numbers, prefixing each modified entry with a `*'. An argument of N lists only the last N entries. Options: -c clear the history list by deleting all of the entries -d offset delete the history entry at position OFFSET. Negative offsets count back from the end of the history list -a append history lines from this session to the history file -n read all history lines not already read from the history file and append them to the history list -r read the history file and append the contents to the history list -w write the current history to the history file -p perform history expansion on each ARG and display the result without storing it in the history list -s append the ARGs to the history list as a single entry If FILENAME is given, it is used as the history file. Otherwise, if HISTFILE has a value, that is used, else ~/.bash_history. If the HISTTIMEFORMAT variable is set and not null, its value is used as a format string for strftime(3) to print the time stamp associated with each displayed history entry. No time stamps are printed otherwise. Exit Status: Returns success unless an invalid option is given or an error occurs.
2022-05-30
Visualizza o manipola l'elenco della cronologia. Visualizza l'elenco della cronologia con i numeri di riga, anteponendo a ciascuna modifica voce con un `*'. Un argomento di N elenca solo le ultime N voci. Opzioni: -c cancella l'elenco della cronologia eliminando tutte le voci -d offset cancella la voce della cronologia nella posizione OFFSET. Negativo compensa il conteggio indietro dalla fine dell'elenco della cronologia -a aggiunge righe di cronologia da questa sessione al file di cronologia -n legge tutte le righe della cronologia non già lette dal file della cronologia e aggiungili all'elenco della cronologia -r legge il file della cronologia e aggiunge il contenuto alla cronologia [scheda][scheda]elenco -w scrive la cronologia corrente nel file della cronologia -p esegue l'espansione della cronologia su ciascun ARG e visualizza il risultato senza memorizzarlo nell'elenco della cronologia -s aggiunge gli ARG all'elenco della cronologia come una singola voce Se viene fornito FILENAME, viene utilizzato come file di cronologia. Altrimenti, se HISTFILE ha un valore, quello viene utilizzato, altrimenti ~/.bash_history. Se la variabile HISTTIMEFORMAT è impostata e non è nulla, viene utilizzato il suo valore come stringa di formato per strftime(3) per stampare il timestamp associato con ogni voce della cronologia visualizzata. In caso contrario non vengono stampati timestamp. Stato di uscita: Restituisce successo a meno che non venga fornita un'opzione non valida o si verifichi un errore.
540.
Display status of jobs. Lists the active jobs. JOBSPEC restricts output to that job. Without options, the status of all active jobs is displayed. Options: -l lists process IDs in addition to the normal information -n lists only processes that have changed status since the last notification -p lists process IDs only -r restrict output to running jobs -s restrict output to stopped jobs If -x is supplied, COMMAND is run after all job specifications that appear in ARGS have been replaced with the process ID of that job's process group leader. Exit Status: Returns success unless an invalid option is given or an error occurs. If -x is used, returns the exit status of COMMAND.
2022-05-30
Visualizza lo stato dei lavori. Elenca i lavori attivi. JOBSPEC limita l'output a quel lavoro. Senza opzioni, viene visualizzato lo stato di tutti i lavori attivi. Opzioni: -l elenca gli ID di processo oltre alle normali informazioni -n elenca solo i processi che hanno cambiato stato dall'ultimo [scheda] notifica -p elenca solo gli ID di processo -r limita l'output ai lavori in esecuzione -s limita l'output ai lavori interrotti Se viene fornito -x, COMANDO viene eseguito dopo tutte le specifiche del lavoro che appaiono in ARGS sono stati sostituiti con l'ID processo di quel lavoro capogruppo di processo. Stato di uscita: Restituisce successo a meno che non venga fornita un'opzione non valida o si verifichi un errore. Se viene utilizzato -x, restituisce lo stato di uscita di COMANDO.
541.
Remove jobs from current shell. Removes each JOBSPEC argument from the table of active jobs. Without any JOBSPECs, the shell uses its notion of the current job. Options: -a remove all jobs if JOBSPEC is not supplied -h mark each JOBSPEC so that SIGHUP is not sent to the job if the shell receives a SIGHUP -r remove only running jobs Exit Status: Returns success unless an invalid option or JOBSPEC is given.
2022-05-30
Rimuovere i lavori dalla shell corrente. Rimuove ogni argomento JOBSPEC dalla tabella dei lavori attivi. Senza qualsiasi JOBSPEC, la shell usa la sua nozione del lavoro corrente. Opzioni: -a rimuove tutti i lavori se JOBSPEC non viene fornito -h contrassegna ogni JOBSPEC in modo che SIGHUP non venga inviato al lavoro se il shell riceve un SIGHUP -r rimuove solo i lavori in esecuzione Stato di uscita: Restituisce successo a meno che non venga fornita un'opzione non valida o JOBSPEC.
542.
Send a signal to a job. Send the processes identified by PID or JOBSPEC the signal named by SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then SIGTERM is assumed. Options: -s sig SIG is a signal name -n sig SIG is a signal number -l list the signal names; if arguments follow `-l' they are assumed to be signal numbers for which names should be listed -L synonym for -l Kill is a shell builtin for two reasons: it allows job IDs to be used instead of process IDs, and allows processes to be killed if the limit on processes that you can create is reached. Exit Status: Returns success unless an invalid option is given or an error occurs.
2022-05-30
Invia un segnale a un lavoro. Invia ai processi identificati da PID o JOBSPEC il segnale denominato da SIGSPEC o SIGNUM. Se non sono presenti né SIGSPEC né SIGNUM, allora SIGTERM è assunto. Opzioni: -s sig SIG è un nome di segnale -n sig SIG è un numero di segnale -l elenca i nomi dei segnali; se gli argomenti seguono `-l' lo sono si presume siano numeri di segnale per i quali dovrebbero essere elencati i nomi -L sinonimo di -l Kill è una shell incorporata per due motivi: consente di utilizzare gli ID lavoro invece degli ID di processo e consente di terminare i processi se il limite sui processi che puoi creare è raggiunto. Stato di uscita: Restituisce successo a meno che non venga fornita un'opzione non valida o si verifichi un errore.
544.
Read a line from the standard input and split it into fields. Reads a single line from the standard input, or from file descriptor FD if the -u option is supplied. The line is split into fields as with word splitting, and the first word is assigned to the first NAME, the second word to the second NAME, and so on, with any leftover words assigned to the last NAME. Only the characters found in $IFS are recognized as word delimiters. If no NAMEs are supplied, the line read is stored in the REPLY variable. Options: -a array assign the words read to sequential indices of the array variable ARRAY, starting at zero -d delim continue until the first character of DELIM is read, rather than newline -e use Readline to obtain the line -i text use TEXT as the initial text for Readline -n nchars return after reading NCHARS characters rather than waiting for a newline, but honor a delimiter if fewer than NCHARS characters are read before the delimiter -N nchars return only after reading exactly NCHARS characters, unless EOF is encountered or read times out, ignoring any delimiter -p prompt output the string PROMPT without a trailing newline before attempting to read -r do not allow backslashes to escape any characters -s do not echo input coming from a terminal -t timeout time out and return failure if a complete line of input is not read within TIMEOUT seconds. The value of the TMOUT variable is the default timeout. TIMEOUT may be a fractional number. If TIMEOUT is 0, read returns immediately, without trying to read any data, returning success only if input is available on the specified file descriptor. The exit status is greater than 128 if the timeout is exceeded -u fd read from file descriptor FD instead of the standard input Exit Status: The return code is zero, unless end-of-file is encountered, read times out (in which case it's greater than 128), a variable assignment error occurs, or an invalid file descriptor is supplied as the argument to -u.
2022-05-30
Leggere una riga dallo standard input e dividerla in campi. Legge una singola riga dallo standard input o dal descrittore di file FD se viene fornita l'opzione -u. La riga è divisa in campi come con word splitting, e la prima parola viene assegnata alla prima NAME, alla seconda parola al secondo NOME, e così via, con eventuali parole rimaste assegnate il cognome. Solo i caratteri trovati in $IFS vengono riconosciuti come parole Delimitatori. Se non vengono forniti NAME, la riga letta viene memorizzata nella variabile REPLY. Opzioni: -a array assegna le parole lette agli indici sequenziali dell'array variabile ARRAY, a partire da zero -d delim continua finché non viene letto il primo carattere di DELIM, piuttosto di nuova riga -e usa Readline per ottenere la riga -i text usa TESTO come testo iniziale per Readline -n nchars restituisce dopo aver letto i caratteri NCHARS anziché attendere per una nuova riga, ma rispetta un delimitatore se inferiore a I caratteri NCHARS vengono letti prima del delimitatore -N nchars restituisce solo dopo aver letto esattamente i caratteri NCHARS, a meno che EOF si è verificato o si è verificato un timeout di lettura, ignorandone qualsiasi delimitatore -p prompt restituisce la stringa PROMPT senza una nuova riga finale prima tentativo di lettura -r non consente alle barre inverse di sfuggire a nessun carattere -s non fa eco all'input proveniente da un terminale -t timeout timeout e restituisce un errore se una riga completa di l'input non viene letto entro TIMEOUT secondi. Il valore del La variabile TMOUT è il timeout predefinito. TIMEOUT può essere a numero frazionario. Se TIMEOUT è 0, read restituisce immediatamente, senza cercare di leggere alcun dato, ritornando successo solo se l'input è disponibile nel campo specificato descrittore di file. Lo stato di uscita è maggiore di 128 se viene superato il timeout -u fd legge dal descrittore di file FD invece dell'input standard Stato di uscita: Il codice di ritorno è zero, a meno che non venga rilevata la fine del file, il timeout di lettura è scaduto (in tal caso è maggiore di 128), si verifica un errore di assegnazione delle variabili, oppure viene fornito un descrittore di file non valido come argomento per -u.
546.
Set or unset values of shell options and positional parameters. Change the value of shell attributes and positional parameters, or display the names and values of shell variables. Options: -a Mark variables which are modified or created for export. -b Notify of job termination immediately. -e Exit immediately if a command exits with a non-zero status. -f Disable file name generation (globbing). -h Remember the location of commands as they are looked up. -k All assignment arguments are placed in the environment for a command, not just those that precede the command name. -m Job control is enabled. -n Read commands but do not execute them. -o option-name Set the variable corresponding to option-name: allexport same as -a braceexpand same as -B emacs use an emacs-style line editing interface errexit same as -e errtrace same as -E functrace same as -T hashall same as -h histexpand same as -H history enable command history ignoreeof the shell will not exit upon reading EOF interactive-comments allow comments to appear in interactive commands keyword same as -k monitor same as -m noclobber same as -C noexec same as -n noglob same as -f nolog currently accepted but ignored notify same as -b nounset same as -u onecmd same as -t physical same as -P pipefail the return value of a pipeline is the status of the last command to exit with a non-zero status, or zero if no command exited with a non-zero status posix change the behavior of bash where the default operation differs from the Posix standard to match the standard privileged same as -p verbose same as -v vi use a vi-style line editing interface xtrace same as -x -p Turned on whenever the real and effective user ids do not match. Disables processing of the $ENV file and importing of shell functions. Turning this option off causes the effective uid and gid to be set to the real uid and gid. -t Exit after reading and executing one command. -u Treat unset variables as an error when substituting. -v Print shell input lines as they are read. -x Print commands and their arguments as they are executed. -B the shell will perform brace expansion -C If set, disallow existing regular files to be overwritten by redirection of output. -E If set, the ERR trap is inherited by shell functions. -H Enable ! style history substitution. This flag is on by default when the shell is interactive. -P If set, do not resolve symbolic links when executing commands such as cd which change the current directory. -T If set, the DEBUG and RETURN traps are inherited by shell functions. -- Assign any remaining arguments to the positional parameters. If there are no remaining arguments, the positional parameters are unset. - Assign any remaining arguments to the positional parameters. The -x and -v options are turned off. Using + rather than - causes these flags to be turned off. The flags can also be used upon invocation of the shell. The current set of flags may be found in $-. The remaining n ARGs are positional parameters and are assigned, in order, to $1, $2, .. $n. If no ARGs are given, all shell variables are printed. Exit Status: Returns success unless an invalid option is given.
2022-05-30
Imposta o disattiva i valori delle opzioni della shell e dei parametri posizionali. Modificare il valore degli attributi della shell e dei parametri posizionali, oppure visualizzare i nomi e i valori delle variabili di shell. Opzioni: -a Contrassegnare le variabili modificate o create per l'esportazione. -b Notifica immediatamente la fine del lavoro. -e Esce immediatamente se un comando esce con uno stato non nullo. -f Disabilita la generazione di nomi di file (globbing). -h Ricorda la posizione dei comandi quando vengono cercati. -k Tutti gli argomenti dell'assegnazione vengono inseriti nell'ambiente per un non solo quelli che precedono il nome del comando. -m Il controllo dei lavori è abilitato. -n Legge i comandi ma non li esegue. -o nome-opzione Imposta la variabile corrispondente al nome dell'opzione: allexport uguale a -a braceexpand uguale a -B emacs utilizza un'interfaccia di modifica delle righe in stile emacs errexit uguale a -e errtrace uguale a -E functrace uguale a -T hashall uguale a -h histexpand uguale a -H history abilita la cronologia dei comandi ignoreeof la shell non uscirà alla lettura di EOF commenti interattivi consente la visualizzazione di commenti nei comandi interattivi parola chiave uguale a -k monitor uguale a -m noclobber uguale a -C noexec uguale a -n noglob uguale a -f nolog attualmente accettato ma ignorato notify uguale a -b nounset uguale a -u onecmd uguale a -t physical uguale a -P pipefail il valore di ritorno di una pipeline è lo stato dell'ultimo comando che è uscito con uno stato non nullo. dell'ultimo comando uscito con uno stato diverso da zero, o zero se nessun comando è uscito con uno stato diverso da zero. posix modifica il comportamento di bash dove l'operazione predefinita differisce dallo standard Posix in modo che corrispondere allo standard privilegiato uguale a -p verboso uguale a -v vi utilizza un'interfaccia di modifica delle righe in stile vi xtrace uguale a -x -p Attivato ogni volta che l'ID utente reale e quello effettivo non corrispondono. Disabilita l'elaborazione del file $ENV e l'importazione delle funzioni di shell. e l'importazione di funzioni di shell. Disattivando questa opzione, l'uid e il gid effettivi vengono impostati sull'utente reale. gid effettivi vengono impostati come uid e gid reali. -t Esce dopo aver letto ed eseguito un comando. -u Tratta le variabili non impostate come un errore durante la sostituzione. -v Stampa le righe di input della shell mentre vengono lette. -x Stampa i comandi e i loro argomenti mentre vengono eseguiti. -B la shell eseguirà l'espansione delle parentesi graffe -C Se impostato, non permette che i file regolari esistenti vengano sovrascritti dal reindirizzamento dell'output. -E Se impostato, la trappola ERR viene ereditata dalle funzioni della shell. -H Abilita la sostituzione della cronologia in stile ! Questo flag è attivo per impostazione predefinita quando la shell è interattiva. -P Se impostato, non risolve i collegamenti simbolici durante l'esecuzione di comandi come cd che cambiano la directory corrente. -T Se impostato, le trappole DEBUG e RETURN sono ereditate dalle funzioni della shell. -- Assegna gli argomenti rimanenti ai parametri posizionali. Se non ci sono argomenti rimanenti, i parametri posizionali vengono vengono deselezionati. - Assegnare gli argomenti rimanenti ai parametri posizionali. Le opzioni -x e -v sono disattivate. L'uso di + anziché di - provoca la disattivazione di questi flag. I flag possono essere utilizzati anche al momento dell'invocazione della shell. L'attuale di flag si trova in $-. I restanti n ARG sono parametri posizionali e sono assegnati, in ordine, a $1, $2, ... $n. Se non vengono forniti ARG, vengono stampate tutte le variabili della shell. Stato di uscita: Restituisce un successo, a meno che non venga fornita un'opzione non valida.
547.
Unset values and attributes of shell variables and functions. For each NAME, remove the corresponding variable or function. Options: -f treat each NAME as a shell function -v treat each NAME as a shell variable -n treat each NAME as a name reference and unset the variable itself rather than the variable it references Without options, unset first tries to unset a variable, and if that fails, tries to unset a function. Some variables cannot be unset; also see `readonly'. Exit Status: Returns success unless an invalid option is given or a NAME is read-only.
2022-05-30
Annulla l'impostazione dei valori e degli attributi delle variabili e delle funzioni della shell. Per ogni NAME, rimuovere la variabile o la funzione corrispondente. Opzioni: -f tratta ogni NAME come una funzione di shell -v tratta ogni NAME come una variabile di shell -n tratta ogni NOME come un riferimento di nome e annulla l'impostazione della variabile stessa piuttosto che la variabile a cui fa riferimento Senza opzioni, unset tenta prima di annullare l'impostazione di una variabile e, se ciò non riesce, tenta di annullare l'impostazione di una funzione. Alcune variabili non possono essere annullate; vedi anche "sola lettura". Stato di uscita: Restituisce successo a meno che non venga fornita un'opzione non valida o un NAME sia di sola lettura.
549.
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.
2022-05-30
Contrassegna le variabili della shell come non modificabili. Contrassegna ogni NOME come di sola lettura; i valori di questi NOME potrebbero non esserlo modificato da successivo incarico. Se viene fornito VALUE, assegnare VALUE prima di contrassegnare come di sola lettura. Opzioni: -a fare riferimento a variabili array indicizzate -A fare riferimento a variabili array associative -f fare riferimento alle funzioni della shell -p visualizza un elenco di tutte le variabili o funzioni di sola lettura, a seconda che l'opzione -f sia fornita o meno Un argomento di `--' disabilita l'ulteriore elaborazione delle opzioni. Stato di uscita: Restituisce l'esito positivo a meno che non venga fornita un'opzione non valida o NAME non sia valido.
553.
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.
2022-05-30
Valuta l'espressione condizionale. Esce con uno stato di 0 (vero) o 1 (falso) a seconda della valutazione di EXPR. valutazione di EXPR. Le espressioni possono essere unarie o binarie. Le espressioni unarie sono spesso utilizzate per esaminare lo stato di un file. Esistono ci sono anche operatori di stringa e operatori di confronto numerico. Il comportamento dei test dipende dal numero di argomenti. Leggete la pagina del manuale di bash per le specifiche complete. Operatori di file: -a FILE Vero se il file esiste. -b FILE Vero se il file è speciale a blocchi. -c FILE Vero se il file è a caratteri speciali. -d FILE Vero se il file è una directory. -e FILE Vero se il file esiste. -f FILE Vero se il file esiste ed è un file normale. -g FILE Vero se il file è un set-group-id. -h FILE Vero se il file è un collegamento simbolico. -L FILE Vero se il file è un collegamento simbolico. -k FILE Vero se il file ha il bit `sticky' impostato. -p FILE Vero se il file è una pipe denominata. -r FILE Vero se il file è leggibile dall'utente. -s FILE Vero se il file esiste e non è vuoto. -S FILE Vero se il file è un socket. -t FD Vero se FD è aperto su un terminale. -u FILE Vero se il file è set-user-id. -w FILE Vero se il file è scrivibile dall'utente. -x FILE Vero se il file è eseguibile dall'utente. -O FILE Vero se il file è effettivamente di proprietà dell'utente. -G FILE Vero se il file è effettivamente di proprietà del vostro gruppo. -N FILE Vero se il file è stato modificato dall'ultima lettura. FILE1 -nt FILE2 Vero se il file1 è più recente del file2 (in base alla data di modifica). data di modifica). FILE1 -ot FILE2 Vero se il file1 è più vecchio del file2. FILE1 -ef FILE2 Vero se il file1 è un collegamento diretto al file2. Operatori di stringa: -z STRING Vero se la stringa è vuota. -n STRINGA STRING Vero se la stringa non è vuota. STRINGA1 = STRINGA2 Vero se le stringhe sono uguali. STRING1 != STRING2 Vero se le stringhe non sono uguali. STRINGA1 < STRINGA2 Vero se STRINGA1 si ordina prima di STRINGA2 dal punto di vista lessicografico. STRINGA1 > STRINGA2 Vero se STRINGA1 si ordina dopo STRINGA2 dal punto di vista lessicografico. Altri operatori: -o OPTION Vero se l'opzione di shell OPTION è abilitata. -v VAR Vero se la variabile di shell VAR è impostata. -R VAR Vero se la variabile di shell VAR è impostata ed è un nome di riferimento. riferimento. ! EXPR Vero se expr è falso. EXPR1 -a EXPR2 Vero se sia expr1 CHE expr2 sono veri. EXPR1 -o EXPR2 Vero se expr1 O expr2 sono veri. arg1 OP arg2 Test aritmetici. OP è uno tra -eq, -ne, -lt, -le, -gt o -ge. Gli operatori aritmetici binari restituiscono vero se ARG1 è uguale, non uguale, meno-che, meno-che-o-uguale, maggiore-che o maggiore-che-o-uguale di ARG2. Stato di uscita: Restituisce un successo se EXPR è vero; fallisce se EXPR è falso o se viene fornito un argomento non valido. falso o se viene fornito un argomento non valido.
557.
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.
2022-05-30
Visualizza le informazioni sul tipo di comando. Per ogni NOME, indicare come verrebbe interpretato se utilizzato come a nome del comando. Opzioni: -a mostra tutte le posizioni che contengono un eseguibile chiamato NAME; include alias, builtin e funzioni, se e solo se anche l'opzione `-p' non viene utilizzata -f sopprime la ricerca della funzione shell -P forza una ricerca PATH per ogni NOME, anche se è un alias, integrato, o funzione, e restituisce il nome del file del disco che verrebbe eseguito -p restituisce il nome del file del disco che verrebbe eseguito, o niente se `type -t NAME' non restituisce `file' -t emette una singola parola che è una di 'alias', 'parola chiave', `funzione', `integrata', `file' o `', se NAME è un alias, [scheda] [scheda] parola riservata della shell, funzione della shell, incorporata nella shell, file del disco, o non trovato, rispettivamente Argomenti: NAME Nome comando da interpretare. Stato di uscita: Restituisce successo se vengono trovati tutti i NOME; fallisce se non ne vengono trovati.
561.
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.
2022-05-30
Attendi il completamento del processo e ritorna allo stato di uscita. Attende ogni processo specificato da un PID e ne segnala lo stato di terminazione. Se il PID non viene fornito, attende tutti i processi figlio attualmente attivi, e lo stato di ritorno è zero. Il PID deve essere un ID processo. Stato di uscita: Restituisce lo stato dell'ultimo PID; fallisce se il PID non è valido o non è valido opzione è data.
570.
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: The coproc command returns an exit status of 0.
2022-05-30
Crea un coprocesso chiamato NAME. Esegui COMMAND in modo asincrono, con lo standard output e lo standard input del comando collegato tramite pipe ai descrittori di file assegnati agli indici 0 e 1 di una variabile array NAME nella shell in esecuzione. Il NOME predefinito è "COPROC". Stato di uscita: Il comando coproc restituisce uno stato di uscita pari a 0.
577.
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.
2022-05-30
Aggiungi directory allo stack. Aggiunge una directory in cima allo stack di directory o ruota la pila, rendendo la nuova cima della pila il lavoro corrente directory. Senza argomenti, scambia le prime due directory. Opzioni: -n Sopprime il normale cambio di directory durante l'aggiunta directory allo stack, quindi solo lo stack viene manipolato. Argomenti: +N Ruota lo stack in modo che l'ennesima directory (counting da sinistra dell'elenco mostrato da `dirs', a partire da zero) è in alto. -N Ruota lo stack in modo che l'ennesima directory (counting da destra dell'elenco mostrato da `dirs', iniziando con zero) è in alto. dir Aggiunge DIR allo stack di directory in alto, rendendolo il nuova directory di lavoro corrente. Il built-in `dirs' mostra lo stack di directory. Stato di uscita: Restituisce success a meno che non venga fornito un argomento non valido o la directory il cambiamento fallisce.
578.
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.
2022-05-30
Rimuovere le directory dallo stack. Rimuove le voci dallo stack di directory. Senza argomenti, rimuove la directory principale dallo stack e passa alla nuova directory principale. Opzioni: -n Sopprime il normale cambio di directory durante la rimozione directory dallo stack, quindi solo lo stack viene manipolato. Argomenti: +N Rimuove l'ennesima voce di conteggio dalla sinistra dell'elenco mostrato da `dirs', a partire da zero. Ad esempio: `popd +0' rimuove la prima directory, `popd +1' la seconda. -N Rimuove l'ennesima voce di conteggio dalla destra dell'elenco mostrato da `dirs', a partire da zero. Ad esempio: `popd -0' rimuove l'ultima directory, `popd -1' la penultima. Il built-in `dirs' mostra lo stack di directory. Stato di uscita: Restituisce success a meno che non venga fornito un argomento non valido o la directory il cambiamento fallisce.
579.
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.
2022-05-30
Visualizza lo stack di directory. Visualizza l'elenco delle directory attualmente memorizzate. Directory trovare la loro strada nella lista con il comando `pushd'; Puoi prendere eseguire il backup dell'elenco con il comando `popd'. Opzioni: -c cancella lo stack di directory eliminando tutti gli elementi -l non stampa versioni con prefisso tilde delle directory relative nella tua home directory -p stampa lo stack di directory con una voce per riga -v stampa lo stack di directory con una voce per riga prefissata con la sua posizione nello stack Argomenti: +N Visualizza l'ennesima voce contando dalla sinistra dell'elenco mostrato da directory quando invocato senza opzioni, a partire da zero. -N Visualizza l'ennesima voce contando da destra dell'elenco mostrato da directory quando invocato senza opzioni, a partire da zero. Stato di uscita: Restituisce successo a meno che non venga fornita un'opzione non valida o si verifichi un errore.
580.
Set and unset shell options. Change the setting of each shell option OPTNAME. Without any option arguments, list each supplied OPTNAME, or all shell options if no OPTNAMEs are given, 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.
2022-05-30
Imposta e deseleziona le opzioni della shell. Modificare l'impostazione di ciascuna opzione della shell OPTNAME. Senza alcuna opzione argomenti, elenca ogni OPTNAME fornito o tutte le opzioni della shell se no Vengono forniti gli OPTNAME, con l'indicazione se ciascuno è impostato o meno. Opzioni: -o limita gli OPTNAME a quelli definiti per l'uso con `set -o' -p stampa ogni opzione della shell con un'indicazione del suo stato -q sopprime l'output -s abilita (imposta) ogni OPTNAME -u disabilita (annulla) ogni OPTNAME Stato di uscita: Restituisce successo se OPTNAME è abilitato; fallisce se è presente un'opzione non valida dato o OPTNAME è disabilitato.
581.
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.
2022-05-30
Formatta e stampa ARGOMENTI sotto il controllo del FORMAT. Opzioni: -v var assegna l'output alla variabile shell VAR anziché lo visualizza sullo standard output FORMAT è una stringa di caratteri che contiene tre tipi di oggetti: plain caratteri, che vengono semplicemente copiati nello standard output; fuga del personaggio sequenze, che vengono convertite e copiate nello standard output; e specifiche del formato, ognuna delle quali provoca la stampa della successiva successiva discussione. Oltre alle specifiche del formato standard descritte in printf(1), printf interpreta: %b espandi le sequenze di escape della barra rovesciata nell'argomento corrispondente %q cita l'argomento in un modo che può essere riutilizzato come input della shell %(fmt)T restituisce la stringa data-ora risultante dall'utilizzo di FMT come formato stringa per strftime(3) Il formato viene riutilizzato se necessario per consumare tutti gli argomenti. Se ci sono meno argomenti di quelli richiesti dal formato, formato extra le specifiche si comportano come se un valore zero o una stringa nulla, a seconda dei casi, era stato fornito. Stato di uscita: Restituisce il successo a meno che non venga fornita un'opzione non valida o una scrittura o un'assegnazione si verifica l'errore.
584.
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 -I Change options for completion on the initial word 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.
2022-05-30
Modifica o visualizza le opzioni di completamento. Modificare le opzioni di completamento per ciascun NOME oppure, se non vengono forniti NOME, il completamento attualmente in corso di esecuzione. Se non vengono fornite OPZIONI, stampare le opzioni di completamento per ciascun NOME o la specifica di completamento corrente. Opzioni: -o option Imposta l'opzione di completamento OPTION per ogni NAME -D Cambia le opzioni per il completamento del comando "predefinito". -E Cambia le opzioni per il completamento del comando "vuoto". -I Cambia le opzioni per il completamento sulla parola iniziale L'uso di `+o' invece di `-o' disattiva l'opzione specificata. Argomenti: Ogni NAME fa riferimento a un comando per il quale deve essere specificata una specifica di completamento sono stati precedentemente definiti usando il builtin `completo'. Se nessun NOME vengono forniti, compopt deve essere chiamato da una funzione che sta generando completamenti e le opzioni per il completamento attualmente in esecuzione generatore sono modificati. Stato di uscita: Restituisce l'esito positivo a meno che non venga fornita un'opzione non valida o NAME no avere una specifica di completamento definita.
585.
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: -d delim Use DELIM to terminate lines, instead of newline -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 DELIM from each line read (default newline) -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.
2022-05-30
Legge le righe dallo standard input in una variabile di matrice indicizzata. Legge le righe dallo standard input nella variabile di matrice indicizzata ARRAY, o dal descrittore di file FD se viene fornita l'opzione -u. La variabile MAPFILE è l'ARRAY predefinito. Opzioni: -d delim Usa DELIM per terminare le righe, invece di newline -n count Copia al massimo COUNT righe. Se COUNT è 0, tutte le righe vengono copiate -O origin Inizia l'assegnazione ad ARRAY dall'indice ORIGIN. L'indice predefinito è 0 -s count Scarta le prime COUNT righe lette -t Rimuovi un DELIM finale da ogni riga letta (nuova riga predefinita) -u fd Legge le righe dal descrittore di file FD invece dell'input standard -C callback Valuta CALLBACK ogni volta che vengono lette le righe QUANTUM -c quantum Specifica il numero di righe lette tra ogni chiamata a [scheda][scheda] RICHIAMATA Argomenti: ARRAY Nome variabile dell'array da utilizzare per i dati del file Se -C viene fornito senza -c, il quantum predefinito è 5000. Quando CALLBACK viene valutato, viene fornito l'indice dell'array successivo elemento da assegnare e la riga da assegnare a quell'elemento come argomenti aggiuntivi. Se non viene fornito con un'origine esplicita, mapfile cancellerà ARRAY prima assegnandole. Stato di uscita: Restituisce successo a meno che non venga fornita un'opzione non valida o ARRAY sia di sola lettura o non un array indicizzato.