私のファイルが含まれているとします
we must greap the ep
the whole ep
endpoint: /usr/home/bin/tcl_
giga/hope (v)
beginpoint" /usr/home/bin/lp50 (^)
エンドポイント パス、つまり /usr/home/bin/tcl_giga/hope を 1 行で出力したいだけです。
誰でも同じことについて私を助けることができますか?実際、私は自分のコードを次のように書いています:-
set fp [open "text" "r+"]
while {![eof $fp]} {
gets $fp line
puts $line
if {[regexp {endpoint:} $line]} {
set new_line $line
puts $new_line
}
}
しかし、それは最初のエンドポイント行を印刷しているだけです。