-
Notifications
You must be signed in to change notification settings - Fork 0
Lab09Bash
echadbourne edited this page Oct 24, 2023
·
2 revisions
See the path of where all the bash commands are found with echo $PATH
See hidden files with ls -la
Go back to the last directory you were in with cd -
Scripts will be called filename.sh and can be explicitly invoked with bash like so:
bash info.sh
If files are executable (can make them executable) they can be invoked with ./ like so:
./info.sh