[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 does not occur in Trisquel then provide me a sample format of  
a shell program to input 5 names and printing them. and how to run the shell  
program file ( I mean the specific command to run the file from terminal).


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.