This is an old revision of the document!
| Command | What it does |
|---|---|
| VAR=var | set VAR to var |
| $VAR | inserts var whereever $VAR is placed |
| case - esac | inserts case |
| if - fi | inserts fi |
Problem:
Running your script prompts Interpreter error
Fix:
Open your script with vi and execute the following
:set fileformat=unix
Discussion