diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-10-24 11:51:39 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-10-24 11:51:39 -0400 |
commit | 46f5d82b83ca38aeffcc660d8b5d621bf19f3f4f (patch) | |
tree | 67160d8a74a5e3b344af5346270f1e99afa651b6 /src/share/m/import_subkey | |
parent | af9ff0feedd40dadc8df15bf9f5392a599e5279e (diff) |
back to using grep fixed-string matching when removing key lines
This method uses grep -F to find the full line to match, and then
second call to grep -v -F to actually remove the line. For
known_hosts, we use two piped grep -F calls. No rexexp are used, and
only one extra call to grep is required for known_hosts line removal.
There is still an issue here about sub-string matches, but there is at
least no regression over early versions.
Diffstat (limited to 'src/share/m/import_subkey')
0 files changed, 0 insertions, 0 deletions