You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: anonymize_parallel.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ usage(){
29
29
fi
30
30
cat <<EOF
31
31
32
-
Splits a big file in to \$PARALLISM parts (defaults to the number of CPU processors) and then runs that man parallel anonymize.py processes on the individual parts before concatenating back in to one big anonymized file
32
+
Splits a big file in to \$PARALLELISM parts (defaults to the number of CPU processors) and then runs that man parallel anonymize.py processes on the individual parts before concatenating back in to one big anonymized file
33
33
34
34
This makes it much, much faster to anonymize large log files for passing to vendors while maintaining the order of evaluation which is important for more specific matching before less specific matching
0 commit comments