1
WindowsビルドエージェントにGit Bashがインストールされていて、スクリプトを実行しているときに「find」を使用するたびにUnixの代わりにDOS Find(https://technet.microsoft.com/en-us/library/bb490906.aspx)が実行されます。私のスクリプトがfind.exeを拾うのにC:\ Program Files \ Git \ usr \ binと言ってもいいですか?WindowsでGit-Bashバイナリの優先順位を設定する方法
λ find /?
Searches for a text string in a file or files.
FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] "string" [[drive:][path]filename[ ...]]
私は
λ "c:\Program Files\Git\usr\bin\find.exe" --help
Usage: /usr/bin/find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
感謝を見つけることがUnixのスタイルをピックアップするためのコマンドを実行するときに、明示的にパスを述べるか、binディレクトリにあることがあります!