Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
grep "maint" |"product" [gray]# grep for "main" then pipe the results to "product"[/gray]
grep "maint\|product" [gray]# grep for "main" or "product"[/gray]
find /users/testsuite/SiCat.Tests/daily/DB/ -name \*.exp | xargs awk '{sub(/^# */,"")}/maint/{m=$0}/product/{print FILENAME,$0,m}'