undo literal awk lol

This commit is contained in:
Heavybullets8 2022-08-21 23:04:40 -06:00
parent 2dfd8b01ab
commit b5c3bdaf0d

View File

@ -49,7 +49,7 @@ case "${#containers[@]}" in
cont_search=$(
for i in "${containers[@]}"
do
echo "$i | awk '{print $4}'"
echo "$i" | awk '{print $4}'
done | nl -s ") " | column -t
)
echo "$cont_search"