1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:35:45 +02:00

command: add Brazilian Portuguese translation

This commit is contained in:
Andrik Albuquerque 2019-03-27 14:39:46 -03:00 committed by Agniva De Sarker
parent 0c3bc64d5b
commit ebf6423592

View file

@ -0,0 +1,7 @@
# command
> Obriga o shell a executar o programa, ignorando qualquer função ou alias com o mesmo nome.
- Executa o programa ls program literalmente, mesmo que exista algum alias ls:
`command {{ls}}`