Explain about echo command?
What is a shell made of?
How to declare functions in unix shell script?
How will you connect to a database server from linux?
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.
write a shell script to find the largest number from 3 given numbers.
How to take input values from the user?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What is ms powershell?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What does $@ mean bash?
What is the difference between bash and shell?
How to print all the arguments provided to the script?