View Full Version : du.sh
mallox
23rd May 2006, 02:11
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
falko
23rd May 2006, 10:43
Why don't you use the normal du program? Any specific reason for it?
mallox
23rd May 2006, 20:26
because I must to do it as a term project at university..and i really don't like programming..:(
falko
24th May 2006, 14:08
I don't know where you can find a replacement for du, but this here might get you started with shell programming: http://www.tldp.org/LDP/abs/html/index.html
EvanCarroll
11th June 2006, 10:36
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
You're not making sense:
???
#!/bin/bash
/usr/bin/du $@
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.