Searched refs:errorcommand (Results 1 – 1 of 1) sorted by relevance
280 for errorcommand in "${errorarray[@]}"; do281 twobyte="$(echo "$errorcommand" | cut -d";" -f 1)"282 c="$(echo "$errorcommand" | cut -d";" -f 2)"283 from="$(echo "$errorcommand" | cut -d";" -f 3)"284 to="$(echo "$errorcommand" | cut -d";" -f 4)"
Completed in 4 milliseconds