Hello,

I have a small feature request. It'd be nice to have a --no-header option to df that skips printing the header line.

The use case for this would be when doing stuff like (in a shell), to check the disk space on a particular partition on a long list of machines:

for machine in `long list of machines`
 df --no-header /usr

The output would be much easier to read without the all the interleaved header lines.

Thanks for listening,

 Christian



_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to