Bash Basics Series #9: Functions in Bash
Learn all about functions in the final chapter of the Bash Basics series.
Read MoreLearn all about functions in the final chapter of the Bash Basics series.
Read MoreIn the penultimate chapter of the Bash Basics series, learn about for, while and until loops.
Read MoreIf this, then that else something else. Doesn’t make sense? It will after you learn about the if-else statements in bash shell scripting.
Read MoreIn this chapter of the Bash Basics series, learn to perform various common string operations like extracting, replacing and deleting substrings.
Read MoreTime to use arrays in bash shell scripts in this chapter. Learn to add elements, delete them and get array length.
Read MoreIn the fourth chapter of the series, learn to use basic mathematics in Bash.
Read MoreLearn how to pass arguments to bash scripts and make them interactive in this chapter of the Bash Basics series.
Read MoreIn this chapter of the Bash Basics series, learn about using variables in Bash scripts.
Read MoreStart learning bash scripting with this new series. Create and run your first bash shell script in the first chapter.
Read More