pwgen icon indicating copy to clipboard operation
pwgen copied to clipboard

`-y` includes backlash

Open StyXman opened this issue 3 years ago • 1 comments

Backslashes are historically hard to handle, and if you have several layers that de-escape, you might need to express them with powers-of-two amounts of backslashes.

StyXman avatar Aug 05 '22 09:08 StyXman

Hmm, this can be implemented with -r '\', but notice that an alternative way to express that is -r "\\", you see what I mean.

StyXman avatar Aug 05 '22 09:08 StyXman