Find the answer to your Linux question:
Results 1 to 3 of 3
i am new to linux also programming . what about linux SHELL ? is shell is equal then C ?...
  1. #1
    Just 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 ?

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Quote Originally Posted by dsuresh View Post
    i am new to linux also programming . what about linux SHELL ?

    is shell is equal then C ?
    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.

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...