What is shell company all about?
No Answer is Posted For this Question
Be the First to Post Answer
What is shift command in shell script?
What are the three main forms of enabling debugging in a shell script?
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.
How to use arguments in a script?
determine the output of the following command: echo ${new:-variable}
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
What are the Different types of shells?
Can you write a script to portray how set –x works?
How to write a function?
Write a script to print the first 10 elements of fibonacci series.
How do scripts work?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.