aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xssf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssf b/ssf
index 5ce0120..f87cd09 100755
--- a/ssf
+++ b/ssf
@@ -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
`;