DOSプロンプトで文字列検索

DOSプロンプト上で文字列検索をする方法
[code language=”bash”]
netstat -af|find "http"
[/code]

コメント

タイトルとURLをコピーしました
~