$ echo 'g www.google.com' >> ~/.hosts
$ export HOSTALIASES=~/.hosts
$ wget g -O /dev/null
А можно ли как-то инклюдить в ~/.hosts/hosts, чтобы сделать норм структуру?
export HOSTALIASES=~/.hosts/hosts
cat ~/.hosts/hosts
source ~/.hosts/some1/hosts
source ~/.hosts/some2/hosts