|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
freebsd what shell do you use?
just out of curiosity
![]() |
|
#2
|
||||
|
||||
|
tcsh because it comes installed by default. If I have the time, I install bash sometimes. The reason -- bash's auto file completion is a bit better than tcsh IMHO
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#3
|
|||
|
|||
|
Full ack!
The only reason I prefer bash over tcsh is the listing of all possible names on TAB-TAB and some other minor differences in behaviour I cannot think of right now. Maybe also because I am used to bash from working with linux for years where it usually is the default shell. ...M
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#4
|
|||
|
|||
|
yeah. bash either my best one. I love it for tabs and this easyness of using. csh is not bad either, but .. bash rocks.
Last edited by Jabol : September 27th, 2003 at 12:26 PM. |
|
#5
|
||||
|
||||
|
I grew very fond of David Korn's ksh when working on HP-UX a few years ago. Bash also seems to share a lot with korn, although I do miss the ability to set my prompt to work in vi mode.
</$0.02> christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#6
|
||||
|
||||
|
BTW on OpenBSD, csh is the default shell for historical reasons, but sh is also installed by default. The nice thing on OpenBSD is that /bin/sh is actually ksh (i.e. the korn shell) which has the same autocomplete features as bash (i.e. the TAB TAB thingy).
|
|
#7
|
|||
|
|||
|
Look what my MOTD told me a few minutes ago LOL:
Quote:
...M PS: Anybody successfully connected to an IRCnet server from behind a NAT router? ![]() |
|
#8
|
||||
|
||||
|
thanks for the tip manuel. As for the NAT router thingy, see if using a different port like 6668 or 6669 helps -- maybe someone is blocking port 6667 on your firewall and some IRC servers run on multiple ports
![]() |
|
#9
|
|||
|
|||
|
Thanks, got it
![]() Needed to run a ident server because of my ISP, but my first choice (pidentd) was not NAT capable nor were my "paranoid" firewall settings LOL... sh1t happens. finally I made it ![]() |
|
#10
|
|||
|
|||
|
/me lubs his tcsh
|
|
#11
|
|||
|
|||
|
I use csh/tcsh for interactive work, sh/bash for scripting.
|
|
#12
|
||||
|
||||
|
I used to use Bash a lot in Linux, but since I installed BSD, I've just been using TCSH and have been pretty happy (I've got some issues I think are terminal related, like a functional numpad and delete keys). Couple things from my .cshrc that make life easier:
set promptchars='$#' set prompt="%/ %# " set autolist='ambiguous' That last one makes the tab-complete business work more like bash's default. One tab to complete as much as is universally similar, another to show a list of possibilities. edit1: Was just looking into the delete key business, according to my trusty ascii table, it says it's octal 176. Unfortunately, that also seems to be the ~, which makes sense, as every time I hit del, it rings the bell and prints a ~. Punks, they're two different keys! Can't use 'bindkey "\176" delete-char' without killing the ~, too. ![]() edit2: Aha! I don't really understand how it works, but it does. This is going in the .cshrc: bindkey '^[[3~' delete-char Last edited by icrf : October 27th, 2003 at 06:57 PM. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > freebsd what shell do you use? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|