in reply to Re^2: One liner: remove ssh keys with quotemeta
in thread One liner: remove ssh keys with quotemeta
While you are correct that the default shell can be a strange critter, the questioner's existing code assumes Bourne-like shell quoting rules, so I offered an example that follows suit.
A better answer would probably be to write the update routines entirely in Ruby instead of calling out to other programs, but this is PerlMonks, not RubyMonks. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: One liner: remove ssh keys with quotemeta
by afoken (Chancellor) on Nov 29, 2019 at 19:36 UTC |