diff options
author | Pádraig Brady <P@draigBrady.com> | 2013-11-22 02:12:34 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-11-27 01:39:11 +0000 |
commit | 799e10f3619ea7949a4f606b2f29b662daf31e3c (patch) | |
tree | 6f7ad75a9639931e62a55bb2623fac149efc48f0 /NEWS | |
parent | c3523181bd487539f308113620564756c29279cc (diff) | |
download | coreutils-799e10f3619ea7949a4f606b2f29b662daf31e3c.tar.xz |
df: add --output=file to directly output specified arguments
* src/df.c (usage): Document the new 'file' --output field.
(get_dev): Add a new parameter to pass the specified
argument from the command line through. Use '-' if a
command line parameter is not being used.
* doc/coreutils.texi (df invocation): Describe the new 'file' field.
* tests/df/df-output.sh: Adjust all fields test, and
add a specific test for --output=file.
* NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ GNU coreutils NEWS -*- outline -*- ** New features + df --output now accepts a 'file' field, to propagate a specified + command line argument through to the output. + du accepts a new option: --inodes to show the number of inodes instead of the blocks used. |