Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0224/3

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


yesterday: make yesterday -d match documentation
 [rsc] --rwxrwxr-x M 1695424 glenda sys 2439 Feb 24 16:22 rc/bin/yesterday
	/n/sourcesdump/2006/0224/plan9/rc/bin/yesterday:27,34 - 
	/n/sourcesdump/2006/0225/plan9/rc/bin/yesterday:27,34
	  }
	  
	  fn Xdiff {
	- 	echo diff -n $1 $2
	- 	diff -n $1 $2
	+ 	echo diff $1 $2
	+ 	diff $1 $2
	  }
	  fn Xdiffn {
	  	echo diff -n $1 $2


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.