Bash
-
Fun and games with carriage returns in bash scripts
Recently, I was trying to run a bash script in my Windows terminal, and ran into an error I haven’t seen for quite some time: ./deploy.sh: line 5: $’\r’: command not found./deploy.sh: line 9: $’\r’: command not found./deploy.sh: line 15: $’\r’: command not found./deploy.sh: line 19: $’\r’: command not found./deploy.sh: line 21: $’\r’: command not… Continue reading
-
The ultimate guide to setting up the Azure CLI on Windows
The Azure Command line interface (CLI) is a great way to leverage the power of Azure from the command line, on Mac, Linux and Windows. But to realize even more potential it’s best to run the CLI in an environment that accesses Linux command line tools like grep, awk and sed. On windows, that means… Continue reading