Using Command History

The execution of multiple commands is made easier with the following tools:

  • Use the HISTORY command to display a list of previously executed commands.

  • Use the ! command to execute a previous command again without editing it.

  • Use the FC command to edit a previous command and then execute it again.