tytso / pwgen

Automatic Password generation
82 stars 18 forks source link

`-y` includes backlash #10

Open StyXman opened 2 years ago

StyXman commented 2 years ago

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 commented 2 years ago

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