How To Display Linux Previous Commands Previously Entered Commands History Before
- Forums
- Linux Systems
- How To Display Linux Previous Commands Previously Entered Commands History Before
This Page Contains information about How To Display Linux Previous Commands Previously Entered Commands History Before By lini in category Linux Systems with 0 Replies. [2901], Last Updated: Sat May 18, 2024
lini
Thu May 03, 2007
0 Comments
914 Visits
from the time the bash shell and tcsh shells are started, they begin maintaining a history list of commands you enter. some csh shells do not keep track of the commands you enter unless you erquest it. if you want to see a history of the commands you have entered before you can run the history command:
history
and once you enter this command, you will see a list of all the command you had entered before. but how about if you just want the last ten, ok, just run this command
history 10