Shell Scripts 1
First make sure your environment is set up:
- Under your HOME directory, create a directory called cmd.
- Update your profile so this directory is in your PATH.
Next, start writing some shell scripts:
- Create a script called
lf
by copying the code.
- Create a script called
showField
by copying the code.
- Create a script called
gitReset
by copying the code. Do you have git? If not, download it and set it up.
- Write Version 1 of the script called
dirinfo
.