diff --git a/bash.md b/bash.md index b077fdc85..c079175f0 100644 --- a/bash.md +++ b/bash.md @@ -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 ```