Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Check out the home page...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Check out the home page...
Authored by: mtowber on Jun 20, '04 11:37:13PM

Other manuals of interest are available in their entirety linked from the home page:
GCC, patch, R, etc...



[ Reply to This | # ]
Check out the home page...
Authored by: wgscott on Jun 21, '04 02:00:41AM
Rob: Before you sink too much effort into bash, please take a look at zsh. zsh combines the best of tcsh with the best of bash, and then adds a whole lot of other stuff that makes it absolutely fabulous. I let Gary Kerbaugh, after months of persistance, convince me to try it for a weekend, after having been a habitual tcsh junkie for 10 years. I never went back. The transition was absolutely painless. The payoff was fantastic. I put together a brief introductory page:
    zsh on os x


[ Reply to This | # ]
Check out the home page...
Authored by: Black on Jun 21, '04 12:42:31PM

I'll second this. I've been using zsh for over a year now and I really think it is combines the best of the two shells.



[ Reply to This | # ]
i like zsh, but ...
Authored by: sjk on Jun 21, '04 08:32:18PM

Is there a way to make zsh completions lists and other messages display like in tcsh instead of displaying under the current input line then repositioning the cursor to its original location? I can't find any option (e.g. LIST_*) to control that funky completion style and ever time I've tried zsh it's a big reason I go return to tcsh. Also something with how trailing spaces and '/' characters are handled during filename completion, but I can't remember the details right now.



[ Reply to This | # ]