Translations by Márcio

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

12 of 2 results
579.
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-09-28
Cria uma função shell chamada NAME. Quando chamada como um comando simples, NAME roda COMMANDs na contexto da chamada do shell. Quando NAME é chamada, os argumentos $1,..., $n são passados para a funçõe e o nome da função é $FUNCNAME Status de Saída: Returna sucesso a não ser que NAME seja apenas para leitura.
580.
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-09-28
Roda um conjunto de comandos em um grupo. Essa é um forma de redirecionar um conjunto inteiro de comandos. Status da Saída: Retorna o status do último comando executado.