Add example command for filtering out short host names from known_hosts
authored
by
The short host names are not useful on one's computer, except if one has set their `/etc/resolv.conf` file to use `torproject.org` as the search domain. Those entries also make completion stop at the short host name boundary which adds a useless step when writing commands. The sed command removes only the shorthand notations without removing or modifying IP addresses.