KNKalim Nawazinkalimnawaz.hashnode.dev·Aug 31, 2023 · 1 min readVariable and Comments in Shell Scripts.What are the comments? It is important to understand that comments are a crucial part of any script. They are not executed, but they provide valuable information about the Script. How we can write comments? We can write comments by a hash (#) at the ...00
KNKalim Nawazinkalimnawaz.hashnode.dev·Aug 31, 2023 · 1 min readThe basics of Bash Shell Scripting.Introduction Linux shell scripting is the definitive way to automate the execution of multiple commands through .sh files. It is beneficial to avoid repetitive execution of commands and schedule specific tasks for timely execution. This is where a Ba...00
KNKalim Nawazinkalimnawaz.hashnode.dev·Aug 12, 2023 · 2 min readGit and GitHubIntroduction If you are new to DevOps, you may be wondering about the differences between Git and Github as well as their alternatives. This brief article will help you understand them better. What is Git? Git serves as a distributed version control ...00