What are the different types of variables used in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What is path variable bash?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
How do I run a script from command prompt?
How to print the first array element?
What is inside a seashell?
What are the different types of shell scripting?
What is the use of "test" command?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
What does $@ mean in shell?
Write a shell script to looking at the log file to see if the test has passed or not
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
How will you connect to a database server from linux?