(main): New options --human-readable (-h) and --megabytes (-m).
authorJim Meyering <jim@meyering.net>
Thu, 1 Feb 1996 05:30:14 +0000 (05:30 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Feb 1996 05:30:14 +0000 (05:30 +0000)
commite76eb59d84013fb97378a82d65327bfe0dab068e
tree532858de51cef826d20a4a18382f9381330eac66
parent5b093c28e18956b391c6b8409a616fcac751a7db
(main): New options --human-readable (-h) and --megabytes (-m).
(human_readable_1k_blocks): New function.
(print_header): Honor new options.
(show_dev): Honor new options.
Add ifdef'd-out code to avoid printing lines for mount points that
match ^/auto/.* and ^/tmp_mnt.*.  Rather than hard-coding those
two prefixes, the code should allow the user to specify a regular
expression.  From Larry McVoy (lm@sgi.com).

(human_readable_1k_blocks): Likewise
(usage): Update usage message to reflect additions.
src/df.c