Writing a Basic Ubuntu Script

If you have ever done a lot of repetitive tasks on a Ubuntu Linux machine, I’m sure you’ve wondered if there’s a better way of doing things. For example, say I need to run a dozen or more command line commands. I could enter them in one by one or I can put them all in a single file and run it as a script.
Continue reading →