Differences between version 2 and previous revision of POSIX_ME_HARDER.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Sunday, September 7, 2003 10:13:27 pm | by CraigBox | Revert |
Older page: | version 1 | Last edited on Sunday, September 7, 2003 8:53:06 am | by AristotlePagaltzis | Revert |
@@ -1 +1,17 @@
An alias for [POSIXLY_CORRECT]. See [Democracy Triumphs in Disk Units|http://groups.google.com/groups?selm=9108281809.AA03552%40mole.gnu.ai.mit.edu].
+
+<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>
+
+So it's not a very good one, but it's part of the history. :)