1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:55:51 +02:00

fc: add Brazilian Portuguese translation

This commit is contained in:
Andrik Albuquerque 2019-03-27 14:42:16 -03:00 committed by Agniva De Sarker
parent b3d1b3e193
commit 0d3c8e828d

15
pages.pt-BR/linux/fc.md Normal file
View file

@ -0,0 +1,15 @@
# fc
> Abre o último comando executado em um editor de texto.
- Abre o último comando executado no editor de texto padrão do sistema:
`fc`
- Especifica qual será o editor utilizado ao executar o comando:
`fc -e {{'emacs'}}`
- Exibe um histórico dos últimos comandos executados:
`fc -l`