Cドライブでファイルを検索するコマンドです。再帰的にサブフォルダを検索します。
サンプル:
dir c:\test.txt /S
Get-ChildItem -Path c:\ test.txt -Recurse
cygwin をダウンロードする
c:\cygwin\bin\find / -name test.txt
コマンドサンプル一覧