InterviewSolution
Saved Bookmarks
| 1. |
In Order To Display The Last Five Commands You Have Entered Using The Fc Command, You Would Type? |
|
Answer» fc -5-The fc COMMAND can be USED to EDIT or rerun commands you have PREVIOUSLY entered. To SPECIFY the number of commands to list, use -n. fc -5-The fc command can be used to edit or rerun commands you have previously entered. To specify the number of commands to list, use -n. |
|