Skip to content

Commit

Permalink
update in Lecture #3
Browse files Browse the repository at this point in the history
  • Loading branch information
abilandz committed May 6, 2024
1 parent 6f5ade7 commit 96713e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lecture_2/Lecture_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Lecture 2: Commands and variables

**Last update**: 20240325
**Last update**: 20240506

### Table of Contents
1. [Introduction](#introduction)
Expand Down Expand Up @@ -558,7 +558,7 @@ Finally, ```return 0``` sets the _exit status_ of your script. In general, each
* 0 : success
* 1, 2, 3, ... , 255 : various error states

The exit status is stored in the special variable **$? **. For instance:
The exit status is stored in the special variable **$?** . For instance:

```bash
date
Expand Down

0 comments on commit 96713e9

Please sign in to comment.