Elektrine lite

← Feed

@datn@xoxo.zone

Post #1949738

2026-05-03 06:59 UTC

@kamstrup so often I found myself wishing to print my regular expressions globally but lacked a pithy and intuitive command. then came --

Replies (1)

  • @elnecesario@mastodon.social 2026-05-03 12:04

    @datn @kamstrup I did some research and learned that the double dash delimiter functions as an options terminator. The usage examples I found was e.g. deleting files starting with `-`: `rm -- -r` Could you show an example how the double dash delimiter can improve usage of regex?

    Open ##1949739