Re: asmcmd du command

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Tue, 08 Jan 2013 12:07:38 +0100
Message-ID: <50EBFDFA.5030205_at_gmail.com>



On 08/01/2013 11:32, Nagaraj S wrote:
> ASMCMD> ls
> KAMAANTC2/
> KAMACNTC2/
> [...]
> ASMCMD> du KAMUANTC3
> Used_MB Mirror_used_MB
> 4752 4752
>
> How to display size of above all folders in ASMCMD?

asmcmd ls | while read; do printf '%s\n' "$REPLY"; asmcmd du "$REPLY"; done

Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Jan 08 2013 - 12:07:38 CET

Original text of this message