technical solution-37 Lecture 37 How run Bash Scripts on #Linux #RHEL #Bangla Tutorial # unix command tricks from Techmirrors

technical solution-37 Lecture 37 How run Bash Scripts on #Linux #RHEL #Bangla Tutorial # unix command tricks from Techmirrors



—-To print 1 2 3 4———–
for i in 1 2 3 4
do
echo $i
done

——1 line command to print 1 2 3 4—-
for i in 1 2 3 4 5 6 7 8; do echo $i; done

——-TO print 1 to 100————-
for i in {1..100}; do echo $i; done

———To print 0 to 200 seqential print (“: backtrik)———
for i in `seq 0 2 200`; do echo $i; done

———————————————————————————————————————–
Muhammad Tareq Musa
M.Sc, MCP, MCSA, CCNA Cyber Ops. Associate
MTCNA. MTCRE
Microsoft Windows Server 2016 Charter Member
Azure 900 Certified
Technical Trainer
We providing Training by Online Specially Windows Server 2016, Exchange Server 2016 and so on.
Feel Free to ping me
Contact: +8801844075129, +8801674962416
musatareqc1@gmail.com

————————————————————————————————————————-
Join Facebook study Group :
# https://www.facebook.com/groups/30279…
# https://www.facebook.com/groups/42719…
————————————————————————————————————————————–
#English is not my 1st language , we try english here just for everyone understanding , Sorry for any mistake .
—————————————————————————————————————————————-
👉Facebook : https://www.facebook.com/profile.php?…

👉LinkdIn: https://www.linkedin.com/in/tareq-mus…

Playlist # Exchange Server 2016
👉 https://www.youtube.com/watch?v=ibg-j…

Playlist # Windows Server 2016 (70-740)
👉 https://www.youtube.com/watch?v=rGPdQ…

Playlist # Windows Server 2016 (70-741)

Playlist # Windows Server 2016 (70-742)

Playlist # Windows Server 2016 (70-744)

Playlist # Mikrotik
👉https://www.youtube.com/watch?v=Uu3Rz…

WhatsApp +8801844075129

SourceTechmirrors