hi, can i use this:

open (DU1,"| du -h -a > /tmp/all 2>/dev/null");
open (DU2,"| find -type d sed| s/^\./d       \./ >> /tmp/all");
open (DU3,"| sort +1 /tmp/all > /tmp/LIST");
close(DU1);
close(DU2);
close(DU3);


with magic open? i think sed is not supprted? how can i do exactly
this another way? if possible with magic open.

THANKS :)
.::My homepage::.
http://math55.de.vu

.::Very good JAVA related site::.
http://www.javaCore.de

Reply via email to