export ECF_PORT=$(($(id -u) + 1500)) ECF_HOST=${ECF_HOST:=localhost} |
export ECF_PORT=$(($(id -u) + 1500)) ECF_HOST=${ECF_HOST:=localhost} handles="$(ecflow_client --ch_suites | cut -c7-18 | grep -v handle)" for handle in $handles ; do ecflow_client --ch_drop $handle; done |
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.