79551164

Date: 2025-04-02 17:11:34
Score: 0.5
Natty:
Report link

You can do this easily with Raku/Sparrow:

begin:
regexp: ^^ \d\d "/" \d\d "/" \d\d\d\d
generator: <<RAKU
!raku
say '^^ \s+ "', config()<pkg>, '" \s+';
RAKU
end:

code: <<RAKU
!raku
for matched() -> $line {
    say $line
}
RAKU

Then just - s6 —task-run@pkg=openssl.base

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexey Melezhik