common/e~g*: fix outdated Brazilian Portuguese pages (#14730)

This commit is contained in:
Renie Siqueira
2024-11-17 12:20:01 -03:00
committed by GitHub
parent ebbee654ca
commit 46d44901ad
7 changed files with 84 additions and 28 deletions

View File

@@ -14,3 +14,19 @@
- Exibe um histórico dos últimos comandos executados:
`fc -l`
- Lista os comandos recentes em ordem reversa:
`fc -l -r`
- Edita e executa um comando do histórico:
`fc {{número}}`
- Edita comandos em um dado intervalo e executa-os:
`fc '{{416}}' '{{420}}'`
- Mosta ajuda:
`fc --help`