Favorite shell
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Favorite shell
Expecting BASH to win but I'm curious...
Are you porting an existing shell to your OS or making you own?
Are you porting an existing shell to your OS or making you own?
Re: Favorite shell
command.com FTW
//EDIT: I'm making my own shell, I want my OS to be other than today's OSes.
//EDIT: I'm making my own shell, I want my OS to be other than today's OSes.
Last edited by inflater on Sat Jul 19, 2008 2:09 am, edited 1 time in total.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Derrick operating system: http://derrick.xf.cz (Slovak and English )
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Favorite shell
Korn shell, pdksh in particular.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Favorite shell
Bash on linux, cmd on windows. The only reason for me running cygwin's bash is to have access to a unix style rootkit to do those things windows programs makes a mess of (configure+make and find+grep combos). Bash alone can't do it, and neither can cmd alone.
Basically its cygwin's bloat that puts me off more than the tiny bit of advantage bash has over cmd. If I were actively working on a dated windows which didn't have autocompletion that might be a different story though.
*flips a coin, votes bash*
Basically its cygwin's bloat that puts me off more than the tiny bit of advantage bash has over cmd. If I were actively working on a dated windows which didn't have autocompletion that might be a different story though.
*flips a coin, votes bash*
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Favorite shell
rootkit != toolkit.Combuster wrote:Bash on linux, cmd on windows. The only reason for me running cygwin's bash is to have access to a unix style rootkit to do those things windows programs makes a mess of (configure+make and find+grep combos). Bash alone can't do it, and neither can cmd alone.
Basically its cygwin's bloat that puts me off more than the tiny bit of advantage bash has over cmd. If I were actively working on a dated windows which didn't have autocompletion that might be a different story though.
*flips a coin, votes bash*
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Favorite shell
To M$, it is
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Favorite shell
Touché.Combuster wrote:To M$, it is
Re: Favorite shell
I accidentally voted Bourne. I meant to vote bash!
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Re: Favorite shell
Enabled vote changing.iammisc wrote:I accidentally voted Bourne. I meant to vote bash!
Re: Favorite shell
My knowledge of Linux is terrible, I don't even know the name of the shell that was installed on the systems at my college that I had to use. I liked it better than Bash, whatever it was, but I use Bash with Cygwin so of the Linux shells I suppose I'd go with it.
I have tremendously more experience with Windows and CMD though, and in the end I'm more comfortable with it. Less features maybe, but it works for me.
I have tremendously more experience with Windows and CMD though, and in the end I'm more comfortable with it. Less features maybe, but it works for me.
Re: Favorite shell
Up until I started OS Deving, Cmd. Now it's Bash. For the first time last week, I actually started typing Bash commands in Cmd automatically
I would love to port Bash to my OS and there seem to be a few hobby OS projects which have done this in the past (sorry - can't remember who has done this now).
Cheers,
Adam
I would love to port Bash to my OS and there seem to be a few hobby OS projects which have done this in the past (sorry - can't remember who has done this now).
Cheers,
Adam
Re: Favorite shell
vista shell aliases ls to dir for this reason.AJ wrote:Up until I started OS Deving, Cmd. Now it's Bash. For the first time last week, I actually started typing Bash commands in Cmd automatically
I would love to port Bash to my OS and there seem to be a few hobby OS projects which have done this in the past (sorry - can't remember who has done this now).
Cheers,
Adam
also i remember JamesM having posted about bash on his OS, and I think alexetreme did too ( along with gcc )
Re: Favorite shell
Yeah, CMD is 2nd!! It's not forgotten!
Hehe, seems that not only I grew up on MS-DOS and Win9x
Hehe, seems that not only I grew up on MS-DOS and Win9x
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Re: Favorite shell
I grew up with MS-DOS 5 (after we got rid of the BBC Acorn). When we had a computer with enough power, we upgraded DOS 6.22 and Windows 3.11 for Workgroups. At that time, Win9x would have seemed extremely advancedHehe, seems that not only I grew up on MS-DOS and Win9x
Cheers,
Adam
Re: Favorite shell
That reminds me, why isn't AmigaDOS CLI on the list?inflater wrote:Yeah, CMD is 2nd!! It's not forgotten!
Hehe, seems that not only I grew up on MS-DOS and Win9x
Every good solution is obvious once you've found it.