fc: add page (#2608)

This commit is contained in:
Alex Larsen 2018-11-25 08:27:30 -07:00 committed by Agniva De Sarker
parent 6f9d6a976e
commit 4ae6029176
2 changed files with 30 additions and 0 deletions

15
pages/linux/fc.md Normal file
View File

@ -0,0 +1,15 @@
# fc
> Open the most recent command and edit it.
- Open in the default system editor:
`fc`
- Specify an editor to open with:
`fc -e {{'emacs'}}`
- List recent commands from history:
`fc -l`

15
pages/osx/fc.md Normal file
View File

@ -0,0 +1,15 @@
# fc
> Open the most recent command and edit it.
- Open in the default system editor:
`fc`
- Specify an editor to open with:
`fc -e {{'emacs'}}`
- List recent commands from history:
`fc -l`