Paging Matthew Seaman
RW
fbsd06 at mlists.homeunix.com
Fri Jan 4 20:17:01 PST 2008
On Fri, 4 Jan 2008 13:35:56 -0500
Jerry McAllister <jerrymc at msu.edu> wrote:
> I may be missing what you want, but I try CDing to the directory
> and then doing the du -hs * eg
> cd /tmp
> du -hs *
>
> It seems to get it when naming the directory doesn't.
Personally I tend to use "du -hd1" rather than "du -hs *"
"*" relies on shell expansion, so ignores top-level hidden directories,
and can show a lot of unwanted clutter from top-level files.
More information about the freebsd-questions
mailing list