Shell Script Ideas
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 a script called
dirinfo that displays information about a specific directory.