Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows で、パスにある実行可能ファイルを一覧表示するにはどうすればよいですか?
where *.exe
他の実行可能ファイルの場合は、.bat、.run などの拡張子を変更する必要があります。ただし、ここにポイントがありwhere、現在のディレクトリも検索するため、$PATH の実行可能ファイルのみが必要な場合は、空のディレクトリで実行するか、手動またはスクリプトで結果を除外する必要があります。
where