home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / dnsparse / sorthosts < prev    next >
Encoding:
Text File  |  1996-10-25  |  133 b   |  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.