LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-03-2017, 06:28 AM   #1
patrick295767
Member
 
Registered: Feb 2006
Distribution: FreeBSD, Linux, Slackware, LFS, Gparted
Posts: 664

Rep: Reputation: 138Reputation: 138
Possible reliable alternative to BASH, with less bugs?


Hello, Bash is more of less a good shell. However, there are still some bugs, like the Tab auto completion. This issue is on Debian, Mint, Ubuntu, and many more debian-based. The last patch allows to fix it. Which possible reliable alternative to BASH, really stable, would you advice? ZSH would be my best alt. Best regards, Patrick

More reading:
https://unix.stackexchange.com/quest...mplete-in-bash
 
Old 11-03-2017, 06:47 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by patrick295767 View Post
Hello, Bash is more of less a good shell. However, there are still some bugs, like the Tab auto completion. This issue is on Debian, Mint, Ubuntu, and many more debian-based. The last patch allows to fix it. Which possible reliable alternative to BASH, really stable, would you advice? ZSH would be my best alt. Best regards, Patrick

More reading:
https://unix.stackexchange.com/quest...mplete-in-bash
Tab-completion is working no problems (and always has) for me. And yet you claim there are "bugs", other than the link you have provided, what other "bugs" are you talking about??

Are you running on a LDAP client??

If you want to use something else, then why don't you?
 
Old 11-03-2017, 07:44 AM   #3
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
The provided link refers to Ubuntu 12.04 which was released a long time ago and also may have been a one-of problem for that distribution only.

I agree with jsbjsb001 with inquiring what you are referring too? Bash works fine for me as well as many others.

Also if you do not prefer the bash shell, you can choose an alternative.

Note that the correct location to raise issues with bash is on the Gnu Bash Development Site
 
1 members found this post helpful.
Old 11-03-2017, 07:51 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,841

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
additionally zsh has really more features, but those are additions, and not implemented in bash (therefore you cannot say bugs).
 
1 members found this post helpful.
Old 11-03-2017, 02:05 PM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by patrick295767 View Post
Hello, Bash is more of less a good shell. However, there are still some bugs, like the Tab auto completion. This issue is on Debian, Mint, Ubuntu, and many more debian-based. The last patch allows to fix it. Which possible reliable alternative to BASH, really stable, would you advice? ZSH would be my best alt. Best regards, Patrick

More reading:
https://unix.stackexchange.com/quest...mplete-in-bash
tab-completion works on both my bashes.
no bug here.
Code:
bash --version 
GNU bash, version 4.3.30(1)-release (i586-pc-linux-gnu) 
... 
bash --version 
GNU bash, version 4.4.12(1)-release (x86_64-unknown-linux-gnu)
 
Old 11-03-2017, 02:12 PM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,841

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Quote:
Originally Posted by ondoho View Post
tab-completion works on both my bashes.
Yes, it works - obviously, definitely -, but tab-completion of zsh is much more fun/complete, because a lot of additional (artifical) intelligence has been built into that. I do not really like this kind of "intelligence" - in general, but actually in zsh it was very well designed and implemented.
 
Old 11-03-2017, 02:13 PM   #7
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Been using tab autocomplete all morning on my Debian 9 laptop (I actually had to use my personal laptop for work since I don't know how to do the things I needed to do in Windows).
 
Old 11-03-2017, 02:43 PM   #8
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by Timothy Miller View Post
Been using tab autocomplete all morning on my Debian 9 laptop (I actually had to use my personal laptop for work since I don't know how to do the things I needed to do in Windows).
I've probably been using tab autocomplete since sometime during the 80s on both Sparc workstations as well as an HP-UX.

Fact is the only time it didn't work as I expected, was not because of a bug, but because of a duplication in string and thus I needed to tap it again to see the list of options matching the autocompletion. And then it usually was because I had typed, 'c[tab]' and thus it had about 100 completions possible or something.

My assumption is that this problem was a one-of for release 12.04 of Ubuntu where I also assume that they fixed it.
 
1 members found this post helpful.
Old 11-03-2017, 06:31 PM   #9
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by rtmistler View Post
...
My assumption is that this problem was a one-of for release 12.04 of Ubuntu where I also assume that they fixed it.
The OP's link only mentions Ubuntu 12.04 LTS, not the other distro's he mentions. So I believe you are right. Unless the OP is trying to say because Ubuntu was affected that, by extension that must also mean Linux Mint and Debian as well (not that I agree with him, if he is trying to say that, mind you), well... it was only Ubuntu from my reading.
 
Old 11-04-2017, 04:46 AM   #10
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,490

Rep: Reputation: Disabled
There was nothing wrong with the original 'sh'.
People wanted shortcuts added to their shells, & so a variety sprang up to satisfy their desires. Each has certain features, & some have extras.
 
  


Reply



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
Bash alternative battles Linux - Newbie 10 06-16-2017 04:09 AM
Bash: Help with solving bugs in a script fatalerror0x00 Programming 28 12-13-2012 06:52 PM
Bash alternative to rsync? Xeratul Programming 0 12-02-2012 07:45 PM
[SOLVED] Finding bugs in bash scripts, Analyis tool for bash traene Programming 2 10-31-2009 11:42 AM
LXer: Firefox and Safari updates tackle alternative browser bugs LXer Syndicated Linux News 0 04-18-2008 05:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:28 AM.

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