]> git.ipfire.org Git - thirdparty/coreutils.git/commit
du accepts a new option --from0-file=FILE, where FILE contains
authorJim Meyering <jim@meyering.net>
Sun, 21 Mar 2004 18:44:25 +0000 (18:44 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Mar 2004 18:44:25 +0000 (18:44 +0000)
commit0fdff6d99a9d1ba9fb8038b3750f1b15dcc1b49b
treec772bdf57708c97ce2d1188c007683044a28554f
parente0d2db847f9fe931cd713e966c45efea59e3df63
du accepts a new option --from0-file=FILE, where FILE contains
a list of NUL-separated file names.

Include "readtokens.h".
(usage): Describe the new option, and adjust the `Usage':
with this option, no FILE may be specified on the command line.
(main): Handle the new option.
src/du.c