find . -type f -exec grep -l hello {} +を実行してみた結果、macosとwindowsで出力の順番が異なっていた created-2025/10/08 updated-2025/10/08 macos:./example1.txt./README.md./folder1/example3.txt./folder1/folder3/example5.txt windows:./example1.txt./folder1/example3.txt./folder1/folder3/example5.txt./README.md