Francis,Richard wrote: > many of the du manpage options are not avalable, see command line only options > > : du --version > du: Not a recognized flag: - > Usage: du [-a | -s] [-rlkmgx] [ -H | -L ] [Name ...]
That is *not* the GNU Coreutils du command. That is more likely the AIX du command. Check your path to the command. One of the following should work. The exact one depends upon your shell and system environment. type du which du whence du Your PATH is probably not configured as you expected it to be. echo $PATH Or depending upon your shell you may need to rehash the cached path command location history. Bob _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
