[Trisquel-users] query about shell scripting

2012-06-30 Thread pal . pramitkumar
I want to know what is the default shell in Trisquel 5.5. I am particularly having problems running arrays in shell in Ubuntu but works fine in Open-suse. (Inputting names in array and printing them) I get an error bad variable name. Does this problem occur in Trisquel 5.5? If this problem

Re: [Trisquel-users] query about shell scripting

2012-06-30 Thread em9002
The default shell is bash, but other shells are available in the repositories too.

Re: [Trisquel-users] query about shell scripting

2012-06-30 Thread ruben
Bash is the default interactive shell (i.e. for the user terminal). But system scripts are usually run with /bin/sh, which in Trisquel is provided by dash.