ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

Which shell is used for programming langauge ?

user-image
تم إضافة السؤال من قبل Syed Hussain , IT Analyst , TCS
تاريخ النشر: 2016/02/19
Ahmad Danni
من قبل Ahmad Danni , Solutions Architect , IBM

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

VENKATESH NADIPINENI
من قبل 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
من قبل 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
من قبل 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
من قبل 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
من قبل Dawood Ahmed , Associate Engineer , Tulip Infotech

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

Fincy Joseph
من قبل 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
من قبل Akash Naik , AIX system administrator , idea cellular

CLI command line interface is used for most programming languages.

المزيد من الأسئلة المماثلة