Linux For DevOps | Shell Script Using For Loop

Опубликовано: 09 Октябрь 2024
на канале: DheerajTechInsight
376
1

The for loop operates on lists of items. It repeats a set of commands for every item in a list.
Syntax is as follows
=================================================
for var in word1 word2 ... wordN
do
Statement(s) to be executed for every word.
done
=================================================
Shell script code used in tutorial can be found at https://github.com/dheeraj3choudhary/...

📑Blog:- https://dheeraj3choudhary.com/linux-f...

Connect with me:
✏️ BLOG WEBSITE - https://dheeraj3choudhary.com/
💼 LINKEDIN -   / dheeraj-choudhary  
🔥 GitHub - https://github.com/dheeraj3choudhary
🌐 Twitter -   / dheerajc30  
❤️ YouTube -    / @dheeraj-choudhary  

FOR COLLABORATION:
Email - [email protected]

Please Like, Subscribe,Share and activate bell notification so that you don't miss new videos 🔔
Thank you !! ❤️❤️

▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬

AWS Lambda Realtime Usecases ►    • AWS Lambda Realtime Usecases  

Amazon OpenSearch ►    • AWS Cloudwatch And Opensearch  

AWS Cloudwatch ►    • AWS Cloudwatch And Opensearch  

AWS Dynammo DB CRUD Operations using Python Boto3 ►    • AWS DynamoDB  

ECS Linux Self Managed Cluster ►    • Setup AWS ECS Cluster Hands On  

AWS Cloudformation Series ►    • AWS CloudFormation Beginner To Advanced  

#linux #shellscripting #CentOS8 #shell script #shell scripting tutorial #bash scripting #shell scripting in linux #beginners shell scripting #shell scripting online #shell scripting online course #shell programming in linux #linux devops #linux devops tutorial