2010년 9월 27일 월요일

asterisk 를 사용하려고 할때

asterisk 검색할때

“\* “이문자를 쓰면됨.

$rc_file = get-Content -path D:\log2.txt
$rc_length = $rc_file.Length 
for ($i =0 ; $i -lt $rc_length; $i++)
{
    if ($rc_file[$i] -match "\*\*") {$message+= $rc_file[$i] +"`n"}
} 
set-Content -path D:\SRC\BuildTools\Rlog.txt $message


Hey, Scripting Guy! How Can I Use Windows PowerShell to Replace Characters in a Text File? - Hey, Scripting Guy! Blog - Site Home - TechNet Blogs

댓글 없음:

댓글 쓰기