aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-05-17 09:28:58 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-05-17 09:28:58 +0200
commit13be9d5f2f9b806b9eeae3f59d5d50c476f0bbf8 (patch)
tree99da28250fc81d657fe3b56411d8d986cd9a654a
parentea3cc2c2ac2d8eba11ef23ee713d0415d05dfce3 (diff)
downloadbashlib-13be9d5f2f9b806b9eeae3f59d5d50c476f0bbf8.tar.gz
bashlib-13be9d5f2f9b806b9eeae3f59d5d50c476f0bbf8.tar.bz2
bashlib-13be9d5f2f9b806b9eeae3f59d5d50c476f0bbf8.zip
update
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2991cb6..5c4801b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@
[https://gist.github.com/magnetikonline/90d6fe30fc247ef110a1](https://gist.github.com/magnetikonline/90d6fe30fc247ef110a1)
| Assignment | |
-| --- | --- |
| Assign `value` to `variable` if `variable` is not already set, `value` is returned. <br> <br>Combine with a `:` no-op to discard/ignore return `value`. | `${variable="value"}` <br>`: ${variable="value"}` |
| Removal | |
| Delete shortest match of `needle` from front of `haystack`. | `${haystack#needle}` |