Board logo

标题: [文本处理] 请问bat批处理中的“^|”是什么意思? [打印本页]

作者: wheeling    时间: 2013-3-14 10:27     标题: 请问bat批处理中的“^|”是什么意思?

我在网上无意间看到这个脚本。

@echo off
for /f "delims=" %%f in ('dir /b /s /a-d *.config ^| find /i "passwd"') do (
echo 文件名是:"%%f"
)

我不明白^| 是什么意思。我尝试将^去掉,执行时就提示我“此时不应有|".

求大大解惑,谢谢!
作者: wheeling    时间: 2013-3-14 10:54

0.0 好吧。我知道了,那是转义字符。囧…… 我太小白了、
作者: BAT-VBS    时间: 2013-3-14 11:41

http://www.bathome.net/viewthread.php?tid=1290&page=2#pid6306




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2