Updated SC2144 (markdown)

Vidar Holen
2022-02-25 20:03:17 -08:00
parent af678fe7b3
commit afbbee7882

@@ -55,7 +55,7 @@ You may still want to consider making this assumption explicit and failing fast
```
files=( dir/file* )
[ "${#files[@]}" -ge 2 ] || exit 1
[ "${#files[@]}" -ge 2 ] && exit 1
if [ -e "${files[0]}" ]
then
echo "The file exists"