What is the syntax of while loop in shell scripting?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.

5 Answers   Wells Fargo,


write a shell script to find the largest number from 3 given numbers.

6 Answers  


How many fields are present in a crontab file and what does each field specify?

0 Answers  


Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

0 Answers  


What are the advantages of shell scripting?

0 Answers  






How to redirect both standard output and standard error to the same location?

0 Answers  


Determine the output of the following command: name=shubham && echo ‘my name is $name’.

0 Answers  


In a single command how do you run the previous command in the command prompt.

5 Answers  


How to customise the existing shell?

1 Answers  


How do I debug a shell script?

0 Answers  


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

1 Answers   Wipro,


What is the need of including script interpreter in your shell script?

2 Answers  


Categories