LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Closed Thread
  Search this Thread
Old 08-04-2009, 10:24 AM   #46
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128

Quote:
Originally Posted by jay73 View Post
ash is lightweight bash and is often used to run startup scripts (faster than bash).
Yep, sh is often a symbolic link that exists mainly to ensure compatibility with scripts that require the original bourne shell.
When sh is a symlink to bash, bash actually behaves differently such that it emulates sh better:
Quote:
Originally Posted by http://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html
If Bash is invoked with the name sh, it tries to mimic the startup behavior of historical versions of sh as closely as possible, while conforming to the POSIX standard as well.
 
Old 08-04-2009, 09:30 PM   #47
joeBuffer
Member
 
Registered: Jul 2009
Distribution: Ubuntu 9.04
Posts: 328

Rep: Reputation: 42
I used ls -l /bin/sh:
Using Ubuntu it's a link to dash, using Slackware it's a link to bash.
ash is the almquist shell and dash is the debian almquist shell.

Last edited by joeBuffer; 08-04-2009 at 09:33 PM.
 
Old 08-09-2009, 04:56 PM   #48
gangettan
LQ Newbie
 
Registered: Aug 2009
Posts: 7

Rep: Reputation: 0
Red face

Quote:
Originally Posted by Completely Clueless View Post
Isn't the Bash shell a bit agricultural?

You said it pal ...
 
Old 08-12-2009, 03:34 PM   #49
Completely Clueless
Member
 
Registered: Mar 2008
Location: Marbella, Spain
Distribution: Many and various...
Posts: 899

Original Poster
Rep: Reputation: 70
Cool A new shiny, up-to-date, super-shell for Linux 2010?

No offense intended, but it won't be any variant of Bash, will it?

I mean, no disrespect to that lovable old clunker, but it's well past its sell-by date. Oh, I know it does what it should, but it's so AGED and counter-intuitive!
The distros (in the main) have improved *astonishingly* well. But the shells generally haven't (possible exception for the zsh but even that could do with some work).

Here's a proposal (again, with no offense intended towards good 'ol Bash) but, can't we have a brand new, shiny, teflon-coated, user-friendly shell befitting of Linux for the 21st Century? Something that's more intuitive to use? Something that supports a whole bunch of the best scripting languages, plus C/C++ (whatever else you got) as well?

C'mon, guys. An army of non-nerds awaits to dump Windows for the supremely better alternative that Linux offers! Let's give 'em the FULL experience, huh? Do it! Do it to kick Bill Gates in the teeth!
 
Old 08-12-2009, 04:09 PM   #50
Colonel Schell
LQ Newbie
 
Registered: Jul 2009
Location: Central Ohio
Distribution: Ubuntu, Mint, and Slackware
Posts: 23

Rep: Reputation: 16
Voice from off in the corner, hands cupped around mouth for loudspeaker effect:

"This thread provided for those who may have missed the flame wars of the old Usenet days. Certain elements have been intellectuallized for the benefit of those who may be prone to violent flashbacks."
 
Old 08-12-2009, 04:23 PM   #51
karamarisan
Member
 
Registered: Jul 2009
Location: Illinois, US
Distribution: Fedora 11
Posts: 374

Rep: Reputation: 55
That, my friend, is called 'feature creep'. Clearly, you have not heard of the Unix philosophy of 'Do one thing and do it well'. The job of a shell is to provide an interactive environment from which you can run programs and otherwise interface with your computer, and to be an interpreter for the language you do that in (sh-compatible shell scripting, with a few improvements over the years). Other scripting languages are supported by the shebang, which not only solves the problem of the interpreter having to guess what language you want it to interpret you as but also means that your current, 'clunky' shell can support an unlimited number of other languages, just so long as you know where the proper interpreter is on your system. bash's job is not to be perl; that's perl's job.

As for your other improvements, I find the Unix shell environment plenty easy to work with. Do you really want more intuitive, or do you want more like what you used before you started using Linux? Also... how exactly would an interpreter make use of C/C++? Could all your frustration be released with a simple `chsh -s /bin/tcsh`?
 
Old 08-12-2009, 04:23 PM   #52
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
The key points having been made, the aging thread begins to accumulate more and more strange and bizarre comments.....The race is on to see who can have the last word before someone closes it.......

I'm keeping a list of things I want fixed or improved in the Linux distro of the future. There are so far 438 items on the list, and a better BASH is not one of them. Almost every day, one of my computers does something to annoy me, but BASH is never part of the problem---rather it is often part of the **solution**. I sincerely hope that none of the mainstream distro maintainers does **anything** with BASH except to put the most recent version in the repositories.
 
Old 08-12-2009, 04:47 PM   #53
Completely Clueless
Member
 
Registered: Mar 2008
Location: Marbella, Spain
Distribution: Many and various...
Posts: 899

Original Poster
Rep: Reputation: 70
Quote:
Originally Posted by pixellany View Post
The key points having been made, the aging thread begins to accumulate more and more strange and bizarre comments.....The race is on to see who can have the last word before someone closes it.......
Why would anyone want to close it? You're not anti-free speech are you? Then perhaps you're anti-progress?

Quote:
I'm keeping a list of things I want fixed or improved in the Linux distro of the future. There are so far 438 items on the list, and a better BASH is not one of them. Almost every day, one of my computers does something to annoy me, but BASH is never part of the problem---rather it is often part of the **solution**.
It might well be for those like yourself that have been clunking around with it for the best part of 40 years, but if you ever hope to draw more people away from Windows, then the drastic re-invigoration of the command shell is an absolute MUST.
 
Old 08-12-2009, 04:55 PM   #54
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
no you miss the point.
it's part of a toolbox.
no language does it all,
you pick the best tool for the job.

unix is a box of many many tools
all very very sharp.
ok an example...

find the ten most common words in Don Quixote by Cervantes
(I use ksh but you get the point)

Code:
$ fmt -1 don_quixote.txt | sort | uniq -c | sort -rn | head
20795 the
16536 and
13388 to
12772 of
7134 that
6958 a
6809 in
5710 I
5634 he
5063 
$
That took ten seconds to type.
Now how long would it take you to do that in C++?

But then one wouldn't do a 3D graphics chess program in shell.

you choose the best tool for the job, there is no overarching master programming language.

oops, no blank lines wanted, will i have to recompile?

Code:
$ fmt -1 don_quixote.txt|grep . | sort | uniq -c | sort -rn | head
20795 the
16536 and
13388 to
12772 of
7134 that
6958 a
6809 in
5710 I
5634 he
4512 for
btw, it's quick:
0.68s real 0.76s user 0.06s system
that's 428,905 words!
impressive?

Last edited by bigearsbilly; 08-12-2009 at 05:01 PM.
 
Old 08-12-2009, 05:07 PM   #55
Completely Clueless
Member
 
Registered: Mar 2008
Location: Marbella, Spain
Distribution: Many and various...
Posts: 899

Original Poster
Rep: Reputation: 70
Quote:
Originally Posted by bigearsbilly View Post
no you miss the point.
No mate; *YOU* miss the point.

Of course I can do all that shit in korn or tcsh or zsh or whatever; but we're trying to appeal to disaffected Windows users! There's zillions of them. It's an open goal. Jeez! Make the extra effort! The Windows shell is emaciated. Even the *original* Bourne one is liberated by comparison!

Don't stand on your haunches for evermore.

Last edited by Tinkster; 08-12-2009 at 06:03 PM. Reason: [mod_edit]lnguage cleanu-up[/mod_edit]
 
Old 08-12-2009, 05:08 PM   #56
Completely Clueless
Member
 
Registered: Mar 2008
Location: Marbella, Spain
Distribution: Many and various...
Posts: 899

Original Poster
Rep: Reputation: 70
In other words, dudes: get coding on an up-to-date shell!

Last edited by Tinkster; 08-12-2009 at 06:03 PM. Reason: [mod_edit]lnguage cleanu-up[/mod_edit]
 
Old 08-12-2009, 05:15 PM   #57
karamarisan
Member
 
Registered: Jul 2009
Location: Illinois, US
Distribution: Fedora 11
Posts: 374

Rep: Reputation: 55
You're not even making sense anymore. What would be the point of teaching them how to use Unix if they came out of it still needing to learn Unix?!
 
Old 08-12-2009, 05:16 PM   #58
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by Completely Clueless View Post
... if you ever hope to draw more people away from Windows, then the drastic re-invigoration of the command shell is an absolute MUST.
I still don't know what you're on about.

Unix (and the tools that come with it) have been around
for donkeys years (they predate windows by a decade),
they fulfill their purpose just fine, and many people happily
use the old clunker every day. I'm not sure where your
idea that using bash is about "converting windows users"
comes from.


I also don't think that windows equivalent "Windows scripting
host" has anything better to offer than what my tools do, it
may offer some similar functionality by different means; but
just because it's different doesn't make it better or superior.
And if I wanted to learn scripting on windwoes I'd just have
to sit down and learn. What a surprise. I can't see why it
should be different for other people, the other way around.

At the end of the day what you're saying is "make English
more like Chinese so you can convince more Chinese to
speak English" ... huh?



Cheers,
Tink
 
Old 08-12-2009, 05:17 PM   #59
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
[mod_edit]uncalled for statement removed[/mod_edit]

Last edited by Tinkster; 08-12-2009 at 05:43 PM. Reason: see above
 
Old 08-12-2009, 05:20 PM   #60
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I think all here need a wee bit of timeout. If you think you should retalliate please consider not posting in this thread. Not right now at least.
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
This is crap ... orange400 SUSE / openSUSE 2 01-02-2005 04:14 PM
OH CRAP!!! (/me needs help) Sticktendo Linux - Newbie 5 01-01-2005 04:41 PM
Ah Crap...come on now!!! GmAz Mandriva 7 11-14-2004 11:30 AM
Linspire = Crap, Netzero also = Crap rm6990 General 16 09-20-2004 02:35 AM
Uh.....crap toolshed Linux - General 1 08-18-2001 11:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration