• Microsoft

    Writing Linux Scripts- Part I

    Many see scripting as a science, but if you want to write not just functional scripts, but efficient and easy to work with scripts, it is also an art. Most SQL DBAs are feeling the pressure to learn BASH as they enter Azure and I strongly recommend it. I’m learning PowerShell as part of my education coming from a Linux background to Azure. It’s all about “the more you know”….you know? So let’s start with learning it right. Scripts = Stories A good script has the following parts to it: An Introduction A Body A Conclusion We’re going to focus…