Plan 9 from Bell Labs’s /usr/web/sources/contrib/btdn/mkfile

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


INDEX:: lib/INDEX man/1/INDEX man/6/INDEX src/INDEX
	echo 'lib:' > INDEX
	sed 's/^/lib\//' lib/INDEX >> INDEX
	echo 'man: manual pages for other things' >> INDEX
	sed 's/^/1\//' man/1/INDEX > man/INDEX
	sed 's/^/6\//' man/6/INDEX >> man/INDEX
	sed 's/^/man\//' man/INDEX >> INDEX
	echo 'src: source code' >> INDEX
	sed 's/^/src\//' src/INDEX >> INDEX

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.