|
|
| |
Psh::Builtins::Fc(3) |
User Contributed Perl Documentation |
Psh::Builtins::Fc(3) |
- "fc" -s [OLD=NEW] [command]
The last command or the last command starting with [command]
is re-executed after OLD is subsituted with NEW.
- "fc" -p prepend [command]
Prepends the text prepend in front of the last command or the
last command starting with [command] and re-execute it.
- "fc" -l
Lists the last 15 commands, newest last
- "fc" [-e editor] [range]
Edit the last command (or [range] commands) in either
[editor], $ENV{FCEDIT},
$ENV{EDITOR} or vi.
Hey! The above document had some coding errors, which are explained
below:
- Around line 8:
- '=item' outside of any '=over'
=over without closing =back
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |