Skip to content
Snippets Groups Projects
Commit 6bf07582 authored by Zero's avatar Zero
Browse files

try find in linux

parent 59e48ca4
Branches
No related tags found
No related merge requests found
Pipeline #4320 failed
......@@ -45,3 +45,6 @@ getTotalTest:
stage: getTotalTest
script:
- echo "hello world!"
- find. -name "*.xml" |
# grep -n "YOUR SEARCH STRING" * > output-file
# find . -name "*.log" | xargs grep -E 'fatal|error|critical|failure|warning|'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment