Thread
RegEx für "ip addr show"
(14 answers)
Opened by
cbxk1xg
at
2021-02-23 16:07
Gast styxcc-gast
2021-02-23 17:46
Sowas vllt: (ungestestet)
Code: (
dl
)
1
2
3
%interfaces= (
$2 => {link => $1, abilities => $3, mtu => $4, state => $5 }
);
Für abilities fällt mir gerade nichts gescheites ein..
Last edited: 2021-02-23 19:23:40 +0100 (CET)
View full thread
RegEx für "ip addr show"