home *** CD-ROM | disk | FTP | other *** search
- # swfields.awk: Switch the three fields of pathalias output.
- #
- # I wrote this to convert the pathalias output from my neighboring UNIX
- # system into the format desired by smail. It may or may not be useful
- # to you, but I included it so you have it if needed.
- #
- # Stephen Trier
- # April 2, 1990
- #
-
- { printf "%s\t%s\t%s\n", $2, $3, $1 }