Skip to content

Commit

Permalink
Minor update to the Variables section to BASH cheat sheet. (rstacruz#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bschonec authored Jun 23, 2023
1 parent 76e9d99 commit ca529c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Generally quote your variables unless they contain wildcards to expand or comman

```bash
wildcard="*.txt"
option="iv"
options="iv"
cp -$options $wildcard /tmp
```

Expand Down

0 comments on commit ca529c9

Please sign in to comment.