Tech Remedy

#!/bin/bash

Comments

3 Responses to “17+1 Amazing Tutorials for Creating Bash Scripts”

  1. I strongly recommend anyone to read at least once:
    Writing Robust Bash Shell Scripts
    http://www.davidpashley.com/articles/writing-robust-shell-scripts.html

    It can save a lot of trouble.

  2. Your list is missing the most important resource – the one that teaches how NOT to write bash scripts :)

    http://mywiki.wooledge.org/BashPitfalls

  3. @Anon – Thanks! That’s a great link! I’ll add it to my list.

Write a Comment