On Thu, Jul 19, 2001 at 06:28:54PM +0200, Robert Waldner wrote: | | On Thu, 19 Jul 2001 12:10:12 EDT, D-Man writes: | >Based on your examples there, $TERM might be helpful. For example in | >my .cshrc on the school's Solaris box I have | > | >if ( "$TERM" == "linux" ) | > bash && exit | >end | | Hmm, `exec bash` would be better as it wouldn´t let the old shell | running in the background ;-)
That's cool, it works. Thanks. -D