Hi All, Can I do a run on line with a regex like I just did with sed?
$ zbarimg Screenshot.png | sed -e 's/.*?secret=//' -e 's/&.*//' Usually I just do two lines in Raku. Many thanks, -T
Hi All, Can I do a run on line with a regex like I just did with sed?
$ zbarimg Screenshot.png | sed -e 's/.*?secret=//' -e 's/&.*//' Usually I just do two lines in Raku. Many thanks, -T