ossobv / vcutil

Misc. simple utilities to aid version control and host maintenance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hostsort: Sorts by last word

wdoekes opened this issue · comments

You want to do:

1.2.3.4 hostname

And not:

hostname 1.2.3.4

This is not immediately clear.

Also, it'd be nice if it was configurable which word (-k) is the hostname.

(Also, there are definitely ways to improve it. Perl?)