What are the different kinds of loops available in shell
script?
Answers were Sorted based on User's Feedback
Answer / swaroopa
Broadly categorised in 3
for
while
until
if and case are not loops but rather control structures
| Is This Answer Correct ? | 9 Yes | 1 No |
What does $@ mean bash?
What is path in shell script?
What is Linux language details
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
Please give me example of " at command , contrab command " how to use
What is the meaning of $1 in shell script?
What is the crontab?
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
How to calculate the number of passed arguments?
Print the 10th line without using tail and head command.
How do I start a shell script?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis