try file
This commit is contained in:
parent
7907af24ba
commit
7615f64554
@ -32,10 +32,10 @@ do
|
|||||||
# continue
|
# continue
|
||||||
# fi
|
# fi
|
||||||
# printf '%s\0' "${containers[@]}" | grep -Fxqz -- "$(echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r ")" && continue
|
# printf '%s\0' "${containers[@]}" | grep -Fxqz -- "$(echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r ")" && continue
|
||||||
echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r " >> containers
|
echo "$search" | grep "$pod" | awk '{print $4}' | tr -d " \t\r " >> cont_file
|
||||||
done
|
done
|
||||||
|
|
||||||
cat containers
|
mapfile -t containers < cont_file
|
||||||
|
|
||||||
case "${#containers[@]}" in
|
case "${#containers[@]}" in
|
||||||
0)
|
0)
|
||||||
|
Loading…
Reference in New Issue
Block a user