Oddbjørn Haaland
Results
1
issues of
Oddbjørn Haaland
Specify wrap char/string: `-e "."` To auto escape occurences of wrap char/string: `-a` In use: ``` $ ifconfig | re -e "\"" -g "(?Peth\d+).+?inet addr:(?P[\d.]+)" IF="eth0", IP="10.0.0.100", IF="eth1", IP="10.0.0.101" ```