# Command line tools for dedup the hosts file [![Crates.io](https://img.shields.io/crates/v/fus.svg)](https://crates.io/crates/dedup_hosts) [![Rust](https://img.shields.io/badge/rust-1.56.1%2B-blue.svg?maxAge=3600)](https://gitlab.com/andrew_ryan/dedup_hosts) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.com/andrew_ryan/dedup_hosts/-/raw/master/LICENSE) ``` Command line tools for dedup the hosts file Example: sudo dedup_hosts dedup /etc/hosts dedup_hosts.exe dedup C:\Windows\System32\drivers\etc\hosts Usage: dedup_hosts Commands: dedup sudo dedup_hosts dedup /etc/hosts dedup_hosts.exe dedup C:\Windows\System32\drivers\etc\hosts help Print this message or the help of the given subcommand(s) Options: -h, --help Print help information -V, --version Print version information ```