Artikel Linux Bash Looping On Bash Scripting Joko Fani Andrianto Add Comment There is serveral method to do looping in bash script, just like C or any other language it's for and while do. I will demonstrate two o... Read More
Artikel Linux Bash Else IF Or Branching On Bash Scripting Joko Fani Andrianto Add Comment This is the core of programming art, because we need to fully use if else statement or branching to examine one condition, if true the code ... Read More
Artikel Linux Bash Read User Input On Bash Scripting Joko Fani Andrianto Add Comment The read statement is used for catch user input on the terminal when you run the script on your terminal. For example is just like input me... Read More
Administrasi Server Artikel Linux Bash Bash Scripting Practice on Linux Joko Fani Andrianto Add Comment Bash scripting is just such as programming because we can use loop and if else statement which can be powerfull help an System administrator... Read More