You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set Datei [open"|/usr/bin/tail -n 10 /var/log/messages" r]
13
13
while {[gets$Datei Zeile] >= 0} {
14
-
if [regexpError.*near$Zeile] {
14
+
if{ [regexpError.*near$Zeile] } {
15
15
regexp{([a-zA-Z]+ [0-9]+ [0-9\:]+) .+ local0.err ReGaHss: ERROR: SyntaxError\: Error ([0-9]+) at row ([0-9]+) col ([0-9]+)}$Zeile line time code row col
0 commit comments