sh, zsh: add pt_BR translation (#6837)
This commit is contained in:
21
pages.pt_BR/common/sh.md
Normal file
21
pages.pt_BR/common/sh.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# sh
|
||||
|
||||
> Bourne shell, o interpretador padrão da linha de comando.
|
||||
> Veja também `histexpand` para um histórico expandido.
|
||||
> Mais informações: <https://manned.org/sh>.
|
||||
|
||||
- Inicie uma sessão shell interativa:
|
||||
|
||||
`sh`
|
||||
|
||||
- Execute um comando e então saia da shell:
|
||||
|
||||
`sh -c "{{comando}}"`
|
||||
|
||||
- Execute um script:
|
||||
|
||||
`sh {{caminho/para/script.sh}}`
|
||||
|
||||
- Leia e execute comandos da entrada stdin (entrada padrão):
|
||||
|
||||
`sh -s`
|
Reference in New Issue
Block a user