du.sh

Discussion in 'Programming/Scripts' started by mallox, May 23, 2006.

  1. mallox

    mallox New Member

    hi peoples..
    I really need program du, but programmed in shell..so du.sh..can somebody please help me to get it somewhere? thanks very much
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Why don't you use the normal du program? Any specific reason for it?
     
  3. mallox

    mallox New Member

    because I must to do it as a term project at university..and i really don't like programming..:(
     
    Last edited: May 23, 2006
  4. falko

    falko Super Moderator ISPConfig Developer

  5. EvanCarroll

    EvanCarroll New Member HowtoForge Supporter

    You're not making sense:

    ???
    #!/bin/bash
    /usr/bin/du $@
     

Share This Page