Results 1 to 3 of 3
i am new to linux also programming . what about linux SHELL ?
is shell is equal then C ?...
- 01-27-2008 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 52
Language question
i am new to linux also programming . what about linux SHELL ?
is shell is equal then C ?
- 01-27-2008 #2
I'm not sure I understand the question you are asking ... I think BASH tends to be used - see link BASH - GNU Project - Free Software Foundation (FSF)
If this help ... great ! if it does not then please post with a bit more detail of what you are after and I will try to help.
- 01-28-2008 #3
The shell is the program that you type commands into, and it executes those commands for you. Bash is the most common Linux shell.
Shell scripting is used primarily for connecting existing programs and automating tasks. And for these, it is very good. However, if you are trying to create new functionality, another language is probably better. C is very popular on Linux, but even if you're looking for something higher level, Perl, Python, Ruby, etc. are probably better choices for scripting if you're looking to create something new.DISTRO=Arch
Registered Linux User #388732


Reply With Quote
