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?
|
feedback
|
migrated from stackoverflow.com Sep 19 '11 at 19:43
This question came from our site for professional and enthusiast programmers.
|
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. | |||||
feedback
|
|
There isn't this option, but the most used Linux have a package called bash_completion that extends the TAB function. | |||
|
feedback
|
cd? In that case I would recommend making aliases forpushdandpopd. – A.H. Sep 19 '11 at 17:16