psdrop
(usa CentOS)
Enviado em 19/10/2009 - 12:47h
Obrigado pela ajuda amigo mas inda nao cheguei ao resultado que preciso...
Com;
ps-teste:/home/paulo# cat /home/relatorio.sh
for dirs in $(ls --color=never -l | grep "^d" | awk '{print $8}') OBS: COM PRINT $9 RETORNA EM BRANCO
do
du -hs $dirs
done
ps-teste:/home/paulo#
retorna isso;
ps-teste:/home/paulo# sh /home/relatorio.sh > /home/paulo/relarotio.txt
ps-teste:/home/paulo# cat /home/paulo/relarotio.txt
4.0K antonio
8.0K r3
4.0K joao
4.0K paulo
o que posso fazer para retornar;
antonio 4.0K
r3 8.0K
joao 4.0K
paulo 4.0K
?
Obrigado