mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
xcv: add Brazilian Portuguese translation
This commit is contained in:
parent
4e7f8228f7
commit
7b37c7723d
1 changed files with 19 additions and 0 deletions
19
pages.pt-BR/common/xcv.md
Normal file
19
pages.pt-BR/common/xcv.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# xcv
|
||||||
|
|
||||||
|
> Corta, copia e cola na linha de comando.
|
||||||
|
|
||||||
|
- Cortar um arquivo:
|
||||||
|
|
||||||
|
`xcv x {{arquivo_a_ser_cortado}}`
|
||||||
|
|
||||||
|
- Copiar um arquivo:
|
||||||
|
|
||||||
|
`xcv c {{arquivo_a_ser_copiado}}`
|
||||||
|
|
||||||
|
- Colar um arquivo:
|
||||||
|
|
||||||
|
`xcv v {{arquivo_a_ser_colado}}`
|
||||||
|
|
||||||
|
- Listar todos os arquivos disponíveis para serem colados:
|
||||||
|
|
||||||
|
`xcv l`
|
Loading…
Add table
Reference in a new issue