Skip to content

Commit

Permalink
Update 04_shell_scripts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eberdan authored Feb 21, 2024
1 parent 93cb17e commit 95c74bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Basic_shell/04_shell_scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pwd
# List contents of the directory
ls -l
```
**Note:** Comments are always preceded by `#` which tells the computer not to execute that line. Comments are really helpful for keeping track of what different commands are doing. Best practice is to always comment your scripts!

Now, let's save and quit this shell script. This should bring you back to the command prompt. Check and see that the new script file you created is in this directory:

Expand Down

0 comments on commit 95c74bd

Please sign in to comment.