Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ It printed `1` this time for false. You can separate commands on a single line w

### 564.1

It's still false. Using the same syntax of `[[ ... ]]; echo$?`, check if `10` is not equal to `5` and print the exit status of the expression on one line.
It's still false. Using the same syntax of `[[ ... ]]; echo $?`, check if `10` is not equal to `5` and print the exit status of the expression on one line.

#### HINTS

Expand Down
2 changes: 1 addition & 1 deletion tutorial.json
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@
"f8d172acfa090a77f4d686f980f68eb980f2d6c3"
]
},
"content": "It's still false. Using the same syntax of `[[ ... ]]; echo$?`, check if `10` is not equal to `5` and print the exit status of the expression on one line.",
"content": "It's still false. Using the same syntax of `[[ ... ]]; echo $?`, check if `10` is not equal to `5` and print the exit status of the expression on one line.",
"hints": [
"Check the `help test` menu to find the `not equal` operator",
"It's the `-ne` operator",
Expand Down