Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

13
  • grep -Po '\bMIC=\K[^,]*' Commented Apr 6, 2020 at 20:16
  • 1
    I usually take careful heed of warnings in manual pages, in relevant case that --perl-regexp is "highly experimental". Commented Apr 6, 2020 at 20:18
  • 1
    And yet the admonition in the manual page persists. Commented Apr 6, 2020 at 20:22
  • 1
    Interesting suggestion. Usually the advice is to RTFM, not to ITFM. Commented Apr 6, 2020 at 20:25
  • 1
    @kamokoba perl's regexes are able to parse such recursive data formats. However, they're not for the faint of heart ;-) I'll give you a example when I get a device with an actual keyboard. Commented Apr 21, 2020 at 7:22