Answer Posted / aditya
sh - bourne shell
ksh - korn shell
csh - c shell
bash - bourne again shell in linux
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is shell terminal?
Is shell scripting easy to learn?
Explain about gui scripting?
How do I edit a .sh file?
What is bash command used for?
What is another name for a bash shell script that you might see?
How can the contents of a file inside jar be read without extracting in a shell script?
What is the use of "$?" Sign in shell script?
What is the meaning of $1 in shell script?
What does echo $0 do?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What command needs to be used to take the backup?
What is a shell environment?
How will you find the 99th line of a file using only tail and head command?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.