Penguin
Diff: POSIX_ME_HARDER
EditPageHistoryDiffInfoLikePages

Differences between version 5 and revision by previous author of POSIX_ME_HARDER.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 5 Last edited on Wednesday, September 10, 2003 6:18:41 am by AristotlePagaltzis Revert
Older page: version 3 Last edited on Monday, September 8, 2003 10:08:03 am by JohnMcPherson Revert
@@ -1,18 +1,13 @@
-[POSIX_ME_HARDER] is an environment variable that can be used as an alias for the [POSIXLY_CORRECT] variable for some programs, particularly those written by people exasperated by some aspect of the [POSIX] standards. See [Democracy Triumphs in Disk Units|http://groups.google.com/groups?selm=9108281809.AA03552%40mole.gnu.ai.mit.edu]. 
+[POSIX_ME_HARDER] is an alias for the [POSIXLY_CORRECT] an environment variable that can be used for some programs, particularly those written by people exasperated by some aspect of the [POSIX] standards. See [Democracy Triumphs in Disk Units|http://groups.google.com/groups?selm=9108281809.AA03552%40mole.gnu.ai.mit.edu]. Despite that page suggesting that df(1) uses [POSIX_ME_HARDER], at least recent versions don't. So it's not a very good alias
  
-That page suggests that df(1) uses POSIX_ME_HARDER, but recent versions don't, at least:  
-<verbatim>  
-[crb@jane]: ~ $ df  
-Filesystem 1k-blocks Used Available Use% Mounted on  
-/dev/hda3 18690576 3958640 13782496 23% /  
-[crb@jane]: ~ $ export POSIX_ME_HARDER=yes  
-[crb@jane]: ~$ df  
-Filesystem 1k-blocks Used Available Use% Mounted on  
-/dev/hda3 18690576 3958640 13782496 23% /  
-[crb@jane]: ~ $ export POSIXLY_CORRECT=yes  
-[crb@jane]: ~$ df  
-Filesystem 512-blocks Used Available Use% Mounted on  
-/dev/hda3 37381152 7917280 27564992 23% /  
-</verbatim>  
+ $ df  
+ Filesystem 1k-blocks Used Available Use% Mounted on  
+ /dev/hda3 18690576 3958640 13782496 23% /  
+ $ POSIX_ME_HARDER=yes df  
+ Filesystem 1k-blocks Used Available Use% Mounted on  
+ /dev/hda3 18690576 3958640 13782496 23% /  
+ $ POSIXLY_CORRECT=yes df  
+ Filesystem 512-blocks Used Available Use% Mounted on  
+ /dev/hda3 37381152 7917280 27564992 23% / 
  
-So it's not a very good one, but it's part of the history. :) 
+But it's still part of the history. :)