fc: add Dutch translation (#13374)

This commit is contained in:
Sebastiaan Speck
2024-08-13 00:37:38 +02:00
committed by GitHub
parent 2a1a4d2f3d
commit f65c5bc959
2 changed files with 57 additions and 0 deletions

24
pages.nl/common/fc.md Normal file
View File

@@ -0,0 +1,24 @@
# fc
> Open het meest recente commando en bewerk het.
> Meer informatie: <https://manned.org/fc>.
- Open in de standaard systeemeditor:
`fc`
- Specificeer een editor om mee te openen:
`fc -e {{'emacs'}}`
- Toon recente commando's uit de geschiedenis:
`fc -l`
- Toon recente commando's in omgekeerde volgorde:
`fc -l -r`
- Toon commando's in een gegeven interval:
`fc '{{416}}' '{{420}}'`