First page
Back
Continue
Last page
Overview
Creating Shell Scripts
Step 1: Use a text editor such as
vi
to create a text file containing commands
First line contains the magic “shbang” sequence: #!
#!/bin/bash
Comment your scripts!
Comments start with a #