例:
for /? | if (this stream has word "the" in it) {echo the line with "the"}
リダイレクトされたストリームのテキストをどうにかして分析する必要があります。
例:
for /? | if (this stream has word "the" in it) {echo the line with "the"}
リダイレクトされたストリームのテキストをどうにかして分析する必要があります。
http://www.febooti.com/products/command-line-email/batch-files/ms-dos-command-redirection.html
このWebサイトには、DOSで実行できるさまざまなタイプの配管に関する優れた情報があります。
縦棒「|」を使用して、パイプを使用します。
例:
forの出力をfindにパイプします。
for /? | find "the"
出力の最初の数行:
command Specifies the command to carry out for each file.
Specifies parameters or switches for the specified command.
To use the FOR command in a batch program, specify %%variable instead
If Command Extensions are enabled, the following additional
forms of the FOR command are supported:
If set contains wildcards, then specifies to match against directory