Plan 9 from Bell Labs’s /usr/web/sources/contrib/btdn/src/mailmerge/mailmerge.awk

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#Last,First,Middle,Prefix,Suffix,Address,Comments
	{ print ".ds La " $1 }
	{ print ".ds Fi " $2 }
	{ print ".ds Mi " $3 }
	{ print ".ds Pr " $4 }
	{ print ".ds Su " $5 }
	{ print ".ds A1 " $6 }
	{ print ".ds A2 " $7 }
	{ print ".ds Do " $8 }
	{ printf "\n" }
END	{ print ".nr Lt 1" }

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.