Functions and Arrays in Linux | bash shell scripting

preview_player
Показать описание
A Bash shell function is a set of one or more commands that can be called repeatedly from within a Bash script. Functions can be defined using the function keyword or by simply defining the function name followed by the list of commands enclosed in curly braces.

An array in Bash is a collection of values that are indexed by a number. Arrays can be declared using the declare keyword or by simply defining the array name followed by a list of values enclosed in parentheses.
Рекомендации по теме
Комментарии
Автор

Thank you for sharing your knowledge with us. Your way of teaching makes things simple and easy yo understand.
Keep on sharing!👍🏾

mielushelheureux
Автор

Simple and explanatory code, well organized content.

kostasmoschos
Автор

Thank you, you beautifully explained the shell!

pawanj
Автор

Nikki, Thank you for the great Linux lesson. If I have any future questions about the Linux Terminal. Is this the best way to communicate with you? Take care. RJ 🙂

voydude
Автор

I just found your series of videos. They are really good. Please continue. Thank you.

josefont
Автор

Fantastic, i learned something new today

puneetchauhan