home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / n / bind / bind-4.001 / bind-4~ / bind-4.9.3-BETA9 / contrib / dnsparse / sorthosts < prev    next >
Text File  |  1989-06-28  |  133b  |  5 lines

  1. #!/bin/sh
  2. # takes /etc/hosts-type input & sorts it by Internet number
  3. # works only on stdin
  4. exec sort -n -t. +0 -1 +1 -2 +2 -3 +3 -4
  5.