• 追加された行はこの色です。
  • 削除された行はこの色です。
* where - コマンドを探す(UNIXのwhich代替) [#l296d14b]

** 使い方 [#ba5580bd]
 >where notepad
 C:\Windows\System32\notepad.exe
 C:\Windows\notepad.exe

** UNIXのwhich代替として使う場合 [#h07d7abb]
 >where notepad123
 情報: 与えられたパターンのファイルが見つかりませんでした。

コマンドが見つからない場合も標準出力が

** PowerShellの場合 [#e256675a]
Get-Commandコマンドレットを使う。
 Get-Command notepad


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS