#scripting
Read more stories on Hashnode
Articles with this tag
you'll focus on practical scripting scenarios that are commonly required in system administration. These tasks will involve decision-making based on...
Conditionals allow us to make decisions in your shell scripts. They let you run different blocks of code depending on whether a condition is true or...
1. what is shell scripting? Shell scripting is writing commands in a file to automate tasks in a shell (command-line interface). It allows you to...