Lines Matching full:grep

228     # that victim, we'll GREP the log files according.
237 grep "${OTBR_AGENT}" /var/log/syslog | tee otbr-agent.log
241 grep "${OT_RCP}" /var/log/syslog | tee "${OT_RCP}.log"
243 grep "${OT_CLI}" /var/log/syslog | tee "${OT_CLI}.log"
391 …\"networkName\":\"${OT_NETWORK_NAME}\"}" "${OTBR_WEB_URL}"/form_network | grep "success" || die "W…
396 …OT_BORDER_AGENT_PORT=$(grep -GA3 '^=.\+'"${OT_SERVICE_INSTANCE}"'.\+_meshcop._udp' "${mdns_result}…
515 sudo "${OT_CTL}" state | grep "leader"
518 grep "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"
519 grep "rv=1" <<<"${service}"
520 grep "tv=1\.3\.0" <<<"${service}"
521 grep "nn=${network_name}" <<<"${service}"
522 grep "xp=${xpanid_txt}" <<<"${service}"
523 grep "xa=${extaddr_txt}" <<<"${service}"
526 #grep "dn=${domain_name}" <<< "${service}"
527 #grep "sq=" <<< "${service}"
528 #grep "bb=" <<< "${service}"
531 grep "sb=" <<<"${service}"
532 grep "at=" <<<"${service}"
533 grep "pt=" <<<"${service}"
541 grep -q "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"
550 grep "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"
560 grep "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"
561 grep "nn=${new_network_name}" <<<"${service}"
571 grep "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"
572 grep "xa=${new_extaddr_txt}" <<<"${service}"
578 grep -q "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"
583 grep "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"
589 if grep -q "${OT_SERVICE_INSTANCE}._meshcop\._udp" <<<"${service}"; then