# Create a working directory for a Unix tutorial work. mkdir unix_tutorial # Switch to the new directory you will work in. cd unix_tutorial # Get the data from SGD ...
This repo is intended to give you a solid foundation in how to write Bash scripts, to get the computer to do complex, repetitive tasks for you. Most learning materials are from Ryan Chadwick who have ...