Shell Scripting - If & If/else

preview_player
Показать описание
Hey guys! HackerSploit here back again with another video, in this series we will be looking at how to create shell scripts.
A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages

⭐Help Support HackerSploit by using the following links:
Use the link above or the code below for 77% Off your order
Promo Code: hacker

I Hope you enjoy/enjoyed the video.
If you have any questions or suggestions feel free to ask them in the comments section or on my social networks.

🔹 Support The Channel

🔹 Get Our Courses
Get a special discount on our courses:
The Complete Deep Web Course 2018:

🔹 SOCIAL NETWORKS - Connect With Us!
-------------------------------
--------------------------------

Thanks for watching!
Благодаря за гледането
Kiitos katsomisesta
感谢您观看
Merci d'avoir regardé
Grazie per la visione
Gracias por ver
شكرا للمشاهدة
دیکھنے کے لیے شکریہ
देखने के लिए धन्यवाद
Рекомендации по теме
Комментарии
Автор

your doing a great job at breaking down each topic! thank you

TaiKibris
Автор

It's very hard to find the absolute basics in one place. Thanks for making these videos!!!

fmj_
Автор

This simple video helped me finish something far beyond more complicated. Thanks for the tips on spacing etc., it's what helped me finish.

RawApeFromAlbion
Автор

You are my fav teacher, I learn a lots of things from your videos.
Keeping doing this.
Lots of love from india

ajeetdev
Автор

amazing tutorial that finally helped me understand this concept after struggling with man pages and overly complicated blogs

Tksupreme
Автор

Thanks for these intro videos. Much appreciated!

Stressed_PhD_
Автор

4:22 Hahahahaha. This part was funny. 😂😂😂😂😂
Thank you so much for the video. :)

vicyoslinuxofficial
Автор

Good job mate. Ive just started a course on udemy suppose to be for complete beginners, which i am. Unfortunately the guy isn't explaining things very well for a complete beginner. I'm really enjoying the slow pace and how you explain things.

andy
Автор

Hsploit my hacker guru, you rock man!

MrGFYne
Автор

Awesome tutorials, keep it up please ;).

lukaspodvojsky
Автор

There Is no need for semicolon if newline Is used. Because newline and ; have a pretty similar effect in bash.

Both ways are correct:

If [ condition ]; then

If [ condition ]
then

ChillerDragon
Автор

Very informative. But you missed the nested part of if else conditions.

Agjmdpu
Автор

Yes :) you're right nano is easy and simple

theglobalconflict
Автор

Does the variable we are checking need to have quotes?

kelvinowusu
Автор

Sir only unary operators can work in "if condition" ?
How we can use binary operators like (<=, >=) in if statement ?

AmeerHamza-jyml
Автор

How do you calculate 3^2 in using NASM? I have not been able to find a good explanation. Have you got a video you can share?

babatundefasheun
Автор

Hey hackersploit, is there an elif statement in bash. If not, how to do that???

asmodeus
Автор

Hey man ..I am getting a error when I run the script
It asks for input and then says "syntax error: unexpected end of file"

neophyte
Автор

In my windows this code is not running what to do

pratikdigraskar
Автор

Sir in my system not working showing some errors
Command not found

ajeetdev