Bash Scripting for Beginners: Complete Guide to Getting Started - Variables (Part 3)

preview_player
Показать описание
Welcome to LearnLinuxTV's brand new complete course on Bash Scripting! In this 18 episode series, you'll learn everything you need to know in order to start writing Bash scripts. Each video builds on the previous one, with additional concepts added as the series progresses. Examples will start off easy with shorter scripts, and by the end of the series you'll be able to write more complex scripts that will actually come in handy while maintaining Linxu servers. In this episode, we'll take a look at variables.

*Brand LPI Linux Essentials Course Available*

*🐧 SUPPORT LINUX LEARNING!*
_Note: Royalties and/or commission is earned from each of the above links_

*⏰ TIME CODES*
00:00 - Intro
00:52 - Declaring a variable in Bash
01:45 - How to reference a variable in Bash
06:25 - Using variables within Bash Scripts
16:44 - How to use the output of a command within a Bash Script
22:23 - How to view the environment variables within your Linux session

*OTHER BASH SCRIPTING SERIES EPISODES*

*🌐 LEARN LINUX TV ON THE WEB*

*⚠️ DISCLAIMER*
Learn Linux TV provides technical content that will hopefully be helpful to you and teach you something new. However, this content is provided without any warranty (expressed or implied). Learn Linux TV is not responsible for any damages that may arise from any use of this content. Always make sure you have written permission before working with any infrastructure and that you are compliant with all company rules, change control procedures, and local laws.

#linuxtutorial #linux #ubuntu
Рекомендации по теме
Комментарии
Автор

This is the best shell scripting tutorial I can find across the internet. well paced, explanation of every single term and concept and not just vaguely using it without an explanation to back it, thanks a lot for putting this together, I really appreciate for doing this.

sridhartn
Автор

Excellent series. You've done a good job of making each installment easily digestible in terms of concepts covered and running time. Thank you.

davey
Автор

This series is so easy to understand and is perfect for beginners. Thank you!

alonkadosh
Автор

thank you so much for this series! its been so helpful for my class at university. I am excited to continue learning!

jessetello
Автор

Awesome content, quite calming and with hands-on examples

Akahatoo
Автор

Excellent series, this is the best shell scripting tutorial I can find across the internet.Thank you so much ! You are an excellent teacher

asadahbar
Автор

Great series! Really well done. The fact it is free is pure gold. Thanks a million Jay :)

Elclaapo
Автор

This is a wonderful resource for linux beginners. Excellent!

Naposta
Автор

Thank you so much for these great classes!!

ryanlee
Автор

Bravo! Un corso ben organizzato! Well done!

cristian.adragna
Автор

Thank you so much ! You are an excellent teacher ! I have learnt so much

patrob
Автор

very nice explotnation, thanks bro best sireis of this topic

logger
Автор

Great work sir thanks for your useful information

faradhamadi
Автор

I was about to leave a comment about the quotes (and how double quotes allows for variables replacement and single quote don't), but I'm glad I waited 👍🏼
Excellent video, as usual. Your channel is my Linux "cheat sheet" 😁

AlbandAquino
Автор

very nice explanation thank you so much

mustaphamust
Автор

This helped my wright much DRYer code. Thanks much!

jojobobbubble
Автор

You are best teacher ! Thank u so much homie !

HerrDerDrucker
Автор

ty for the lesson your a great teacher

chesterbelle
Автор

Some people might wonder how you could use the $-sign in the echo command given that the $-sign is used to call a variable. Use the escape-character \ in front of it. This applies in general if you struggle to use a character in a command, like the space or slash.

peterjansen
Автор

Great series. The intro is longer than my ADHD can cope with, so I skip ahead right away. But the presentation is fantastic.

peudo