Re: How to find total MB of a directory plus all subdirectories

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nigel Henry wrote:
> I have a question about du though. On the other machine where I
> wanted to find out the size of my soundfiles directory, du couldn't
> access it because it was named "Sounds Library" , without the
> quotes. I renamed it putting a hyphen between the 2 words, and then
> du accessed the directory ok, but all of the subdirectories are
> multi worded without any hyphens, and du didn't have any problem
> with them. Any reason why du will not access the main directory
> without hyphenated words, and yet has no problem with all the
> subdirectories?
> 
> It's not a big deal, just puzzling.

It's not likely a du issue, but a matter of quoting the dir.

> btw. The now Sounds-Library (with the hyphen) is on a separate
> harddrive so I have to run du as.
> 
> du -sh /mnt/hdb5/Sounds-Library

If you left it as Sounds Library you could use du as:

du -sh "/mnt/hdb5/Sounds Library"

or

du -sh /mnt/hdb5/Sounds\ Library

If you just use:

du -sh /mnt/hdb5/Sounds Library

then the shell passes du two separate arguments, /mnt/hdb5/Sounds and
Library; neither of which are likely to exist or be the intended
arguments.

HTH,

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
======================================================================
When I think about all the crap I learned in high school ... it's a
wonder I can think at all.
    -- Paul Simon

Attachment: pgpDIa6Wa5xlz.pgp
Description: PGP signature

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux