Commit e7ed7a1
authored
ci(tests.formatting):
find has this feature, and it also batches the files but automatically
respects whatever ARG_MAX is. Lets use that instead of `find -print0 |
xargs -0` in the interest of only using 1 program for gathering the args
Context: #548
I forgot how find worked due to learning about the `find -print0 | xargs
-0` trick for the first time
The resulting log output is the same.find -exec {} + (#549)1 parent 30d44d8 commit e7ed7a1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
0 commit comments