Is shell and terminal the same?
No Answer is Posted For this Question
Be the First to Post Answer
Is bash an operating system?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
Write a shell script to get current date, time, user name and current working directory.
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Explain about the slow execution speed of shells?
What is the default ubuntu terminal?
How to print some text on to the screen?
What is the basic difference you find between a shell script and perl?
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
How to group the commands in shell scripting?