This website works better with JavaScript.
Home
Help
Sign In
anthony_
/
cit160-notes
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[[]] commands
master
Anthony Fadly
1 year ago
parent
523ae63eb4
commit
1252ae5bfe
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
sep19-more-commands.md
+ 6
- 0
sep19-more-commands.md
View File
@@ -70,3 +70,9 @@ $ $((3-3)) # do 3+3
$ echo $? # exit status is 1 (because result is zero)
```
## [[]] Commands
```
$ if [[ cd /tmp ]]; then
```
Write
Preview
Loading…
Cancel
Save