Add new function and improve comments

This commit is contained in:
Nathaniel Landau
2021-11-05 20:38:47 -04:00
parent 962827608f
commit 5059f5f73b
10 changed files with 213 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ _dedupeArray_() {
# OUTS:
# stdout: Prints de-duped elements
# USAGE:
# _removeDups_ "${array[@]}"
# mapfile -t newarray < <(_dedupeArray_ "${array[@]}")
# NOTE:
# List order may not stay the same
# CREDIT: