Linked by Thom Holwerda on Sat 21st Jan 2006 19:18 UTC
Thread beginning with comment 88256
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
You needn't install any additional software to enable tab-completion. Just set autocomplete and you're done (you'll probably want that line in your .cshrc so you don't have to type it in all the time).
Heck, tcsh had tab completion long before Linus ever even touched a computer or RMS began to pen his manifesto.
RE[3]: Do they have...
by thebluesgnr on Sun 22nd Jan 2006 01:56
in reply to "RE[2]: Do they have..."




Member since:
2005-07-07
You mean tab completion on Linux as in bash?
Yes FreeBSD supports it, but not by default.
You can install several shells that support tab completion on FreeBSD, the most popular of these are bash, tcsh, and zsh.
To install bash on FreeBSD, type pkg_add -r bash as root.
Hope this helps. Give FreeBSD a try, you'll probably like it, and if you don't, what do have to lose?