What does the sh command do?
No Answer is Posted For this Question
Be the First to Post Answer
What are script files?
Explain about shebang?
When we login into our account which files are executed?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk
Is shell scripting a programming language?
what is this line in the shell script do ?#!/bin/ksh
Is shell script a programming language?
How to create environment variables?What are the conditions for creating variables?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
What is basename in shell script?
What are types of shells?