Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Dec 31, 2019
1 parent da9896a commit 76915d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/reference/commands/unix-and-linux-commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unix and Linux Commands

*Last Update: 07/26/2019.*
*Last Update: 12/31/2019.*

This is a collection of general *nix commands.

Expand Down Expand Up @@ -1790,6 +1790,7 @@ This is same as
* `[` is the same as `test` and `]` is just a special parameter for it
* `[[ ]]` is bash extension
* [Is double square brackets [[ ]] preferable over single square brackets [ ] in Bash?](https://stackoverflow.com/questions/669452/is-double-square-brackets-preferable-over-single-square-brackets-in-ba)
* [Other Comparison Operators](https://www.tldp.org/LDP/abs/html/comparison-ops.html)
```bash
[[ string1 = string2 ]] # True if strings are identical, note only ONE equal sign
Expand Down

0 comments on commit 76915d9

Please sign in to comment.