Bash Shell Scripting For Beginners - How to use Functions Functions

preview_player
Показать описание
In this video I show you how to use functions in bash, I also give a brief explanation and show examples of why you would want to use functions in your shell scripts.

******Source Code Used in this Video Start******
function Hello1(){
echo "Hello"
echo "this is our function"
echo "we can add as much as we want in here"
echo "and to repeat everything that is in here"
echo "we only need to call our function Hello"
}

###This format saves us a few bytes, but its less obvious that this is a function
Hello2(){
echo "Hello"
echo "this is our function"
echo "we can add as much as we want in here"
echo "and to repeat everything that is in here"
echo "we only need to call our function Hello"
}

Hello1
Hello2

******Source Code In this Video End******

and be sure to click that notification bell so you know when new videos are released. ₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿

Bitcoin
3MMKHXPQrGHEsmdHaAGD59FWhKFGeUsAxV

Ethereum
0xeA4DA3F9BAb091Eb86921CA6E41712438f4E5079

Litecoin
MBfrxLJMuw26hbVi2MjCVDFkkExz8rYvUF

Dash
Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz

Zcash
t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr

Chainlink
0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14

Bitcoin Cash
qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp

Etherum Classic
0xeA641e59913960f578ad39A6B4d02051A5556BfC

USD Coin
0x0B045f743A693b225630862a3464B52fefE79FdB
Рекомендации по теме
Комментарии
Автор

dude you also teach coding.... thats news to

jakfrost
Автор

I was able to see the screen just fine. Good video but it would have been helpful to explain positional parameters :)

file
Автор

I'm watching this series and it's actually good but the problem with these videos are the terminal colors like the "strings" and its hurting my eyes trying to see what's in the "strings". Now that you are popular, Maybe try to make again this series again by changing the terminal colors and it would be great tbh

darionapoleoni
Автор

your effort is useless since we cannot see the screen peoperly due to color your screen

abhijeetawari
Автор

your video should be more bolder. Great video tho!

Osebhahiemenn
Автор

How people would watch this if it is barely visible on a 16'' screen? And the colors not helping either)

igors