Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Recursive search for files containing a specific string.

Katsuya Hyodo edited this page Dec 19, 2020 · 1 revision
$ find /opt/intel/openvino_2021/deployment_tools/model_optimizer/ \
-type f -print | xargs grep 'disable_fusing'