Bash Shell Scripting Tutorial For Beginners - Bash Basics in 20 Minutes

preview_player
Показать описание
In this video you will learn Bash Basics in under 20 Minutes. The video gives a brief explanation into what Bash is and what are differences between Bash, Shell and the Terminal. You will also learn all the Shell Scripting basics starting from commands on how to work with directories (mv, cd, rm, cp, touch, nano, etc...) up to creating your own Bash Scripts and executing them in the Shell.

By watching this video you should gain basic knowledge over Bash, you should be able to navigate around directories, manipulate files, search for content and create basic automated scripts that can be executed in the CLI.

Bash is a Unix shell and command language. Written by Brain Fox as a free alternative to the Bourne Shell.
The Shell is basically the command line. You type commands into a terminal window which then in return are executed.
Terminals, command lines or consoles, allow us to accomplish and automate tasks on a computer without the use of a graphical user interface or GUI.

If you want to learn how to become a great Software Engineer, Advance your Career, Learn Everything from Python to AWS head over to

For any thoughts, ideas, feedback or questions contact me at

Disclaimer:
All videos are for educational purposes and use them wisely. Any video might have inaccurate or outdated information. I give my best to research every topic thoroughly but please be aware that videos can contain mistakes.
Рекомендации по теме
Комментарии
Автор

I am starting my first software engineering internship tomorrow and the job requires knowledge on bash shell scripting and I had no experience before so this was a great starting point for me. Thanks man!

sheriffcrandy
Автор

Thank you novelTech I love you educative content, i'm french, but you speak slowly and clearly, bonjours from Belgium :)

amineghalmi
Автор

Hi! I'm just getting started on bioinformatics and this was super useful! Thks! I'll stay tuned for the next videos! Greetings from Mexico!

marianam.noriega
Автор

I found your video clear and appreciate the concise explanations as a newbie learning programming. Your examples were easy for me to follow along while practicing. Do keep up the good work. Liked and subbed.

lolaola
Автор

Hi There! Thanks for this informative video! 👍

I need to know this for my upcoming CompTIA A+ Certification exam.

farhadniaz
Автор

I'm prepping for another tech interview and this has set me on the right /path!

JasonKuffler
Автор

Thanks very much for the video. I used Unix long time ago. This is a very useful refresher for me.

eatbreathedatascience
Автор

Such a wonderful, clear and educative video! I love how you didn't waffle uselessly about pointless details. Please, keep this work up.

P.S Subbed!!

thecomedian
Автор

Excellent! Thank you so much for your super-informative content! You are a beacon of light in a sea of confusion. Your ability to simplify things and communicate the important aspects of the BASH scripting language is a gift. Please continue creating content. I have liked and subscribed.
because I see that you really know your $h!t and, moreover, you are willing to share it with the rest of the world ... which leaves an indelible mark of positivity and goodness.

GitfiddleMike
Автор

Totally cool video, never knew when I got hooked up with it

anantgaonkar
Автор

Just what I was looking for. Thank you.

danielgrafton
Автор

this helped me pick up the stuff i missed in class f
thanks man for the help

Vertig_Pro
Автор

Thank you taking the time to put this tutorial together.

travops
Автор

thanks man that an amazing introduction to bash

anonymousgerman
Автор

lspci | grep VGA is a good command that uses the pipe with lspci and grep in linux to tell you the graphics info on board. Thanks I enjoyed the tutorial!

RC-Heli
Автор

What a great Tutorial. Thanks for sharing!

annexgroup
Автор

Nice video!! I had a problem using variables but I realized my issue was I had spaces with STRING=“Hello There”. Not sure why that’s a problem but it works

keydagreat
Автор

Great video, you covered most topics!

ivanagajic
Автор

That was a superb tutorial, thank you

mikemccartneyable
Автор

Good stuff. As a novice I was confused by the argument $@ that you used and why any extra argument you added was still echo'd. I thought you should have explained more that $@ will encompass ALL parameters passed. Which is why as you kept adding variables it echo's them all instead of just the first one. If you want to specifically ONLY echo argument 1 then it needs to be $1... for argument two $2, and so on.

andrewa