Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Which shell is used for programming langauge ?

user-image
Question added by Syed Hussain , IT Analyst , TCS
Date Posted: 2016/02/19
Ahmad Danni
by Ahmad Danni , Solutions Architect , IBM

Bash shell (bash), Bourne shell(sh), C shell(csh), Bourne Again Shell (bsh), Korn shell(ksh) etc

VENKATESH NADIPINENI
by VENKATESH NADIPINENI , Senior Project Engineer , WIPRO ARABIA LTD

Most commonly we use Kshell and bashell for programming languages. Shell scripting based the operating system being installed.

Neethu Vijayan
by Neethu Vijayan , Project Engineer , Wipro Technology

There are different types of shell are available in unix.most commonly we use Kshell and bashell for programming languages.

Ahmed Riyadh
by Ahmed Riyadh , SysAdmin/SysEngineer (available and looking for open opportunity) , IQ network

it's up to you to choose , the most common environment to your shell script ( programming under Unix or Linux as you called ) are bash (#!/bin/bash) in Linux OS and  Korn in Unix (#!/bin/ksh) , however you have others like sh, csh and zsh ... , the most important this is to know how modify , customize and write your script in your shell.

Ravi K
by Ravi K , RAKBANK

If I've understood it correctly, you want to write code in Unix. For that you can use any shell like bash or ksh.

Dawood Ahmed
by Dawood Ahmed , Associate Engineer , Tulip Infotech

bash shell, korn shell interfaces are used for programming languages.

Fincy Joseph
by Fincy Joseph , Medical/Clinical Coder , Not employed

The shell gives us an interface to the Unix system and there are different types of shells - Bourne shell(sh), C shell(csh), Bourne Again Shell (bsh), Korn shell(ksh) etc all of which are used for programming language.

Akash Naik
by Akash Naik , AIX system administrator , idea cellular

CLI command line interface is used for most programming languages.

More Questions Like This