diff options
-rwxr-xr-x | ssf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ $egrep_regex =~ s/\./\\./g; $egrep_regex =~ s/\*/.*/g; my $known_hosts = ` - egrep '$egrep_regex' ~/.ssh/known_hosts | + grep -E '$egrep_regex' ~/.ssh/known_hosts | cut -f1 -d" " | sort -u `; |