How To Display Linux Previous Commands Previously Entered Commands History Before
Post Description: how to display linux previous commands previously entered commands history before
how, to, display, linux, previous, commands, previously, entered, commands, history, before
This Post Has Been Viewed 182 Times Since Fri Feb 29, 2008 12:01 pm Posted By lini with 0 replies
POST# 956
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: How To Display Linux Previous Commands Previously Entered Commands History Before
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
No Repies