Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conversant command

Status
Not open for further replies.

hokey817

MIS
Apr 13, 2004
31
US
This is probably a dumb question, but is there a command that you can run on the Conversant that will display the last command that you did. For instance on my PBX Definity G3si I can do a capital "R" that will run the last command is there something on the Conversant that will do the same thing? Thank you for your help.
 
fc -l #will list last 16 commands
fc -l 2 12 #list commands 2 through 12
fc -l -5 #list last 5 commands
The r (repeat) command, an alias of fc -e, can be used to reexecute a previous command from the HISTFILE file. Used with no arguments, r reexecutes the last command.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top