Thursday, 1 December 2016

The Beginner’s Guide to Shell Scripting: The Basics 1

there are a few guidelines you need to know.


  1. Every script should being with “#!/bin/bash”
  2. Every new line is a new command
  3. Comment lines start with a #
  4. Commands are surrounded by ()

No comments:

Post a Comment