Part 8 Introduction To Bash - Conditional Expressions

preview_player
Показать описание
In this video series, we are going to spin up a Linux server on DigitalOcean and create our scripts on there.

In part 8 we will go through conditional expressions in Bash and how to use them!

Useful links:
* The Introduction to Bash Scripting Opensource eBook:

* Free $100 Credit For DigitalOcean

* DevDojo Bash guide with all of the commands from the video:

* Website:

* Twitter:
Рекомендации по теме
Комментарии
Автор

if [[ -z $you_like_the_video ]] ; then
subscribe
fi

bobbyiliev_