Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
alllex committed Dec 22, 2024
1 parent 8aa74ef commit 5a79cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/shells/bash-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ fi

### Parameter substitution

Excerpts from an advanced [parameter substitution guide](https://tldp.org/LDP/abs/html/parameter-substitution.html).

Almost all substitution operators work with and without `:`. If `:` is used then the default value is substituted both when variable is *unset* or *empty*. If `:` is not used, then the default is substituted only when the variable is *unset*.

```bash
Expand Down

0 comments on commit 5a79cf1

Please sign in to comment.