Plan 9 from Bell Labs’s /usr/web/sources/wiki/mkfile.outside

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


sandbox:V:
	{
		echo Sandbox
		echo D^`{date -n}
		echo Agre '(204.178.31.2)'
		echo '#This page exists to be modified.  Use it to test the server.'
	} >sandbox
	<d/L.2 {
		cp sandbox d/2
		cp sandbox d/2.hist
	}
compact:V:
	cd d
	for(i in [0-9]*) if(test -f $i.hist) cp $i $i.hist
savehist:V:
	mkdir oldhist
	cd d
	cp -x *.hist ../oldhist

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.