Is there a package I can download for Ubuntu that would allow me to type in,for example, cd [tab key] and then it would go through the recent cd commands I've typed in?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Sep 19 '11 at 19:43
|
If you type: CTRL+r cd Then scroll back through time by doing CTRL+r again and again... then it should do what you want. |
|||||
|
|
There isn't this option, but the most used Linux have a package called bash_completion that extends the TAB function. |
|||
|
|
cd? In that case I would recommend making aliases forpushdandpopd. – A.H. Sep 19 '11 at 17:16