Using ASMCMD
Interactively
asmcmd
asmcmd> find --type CONTROLFILE +DATAGROUP1 * (this will work)
Non-interactively
asmcnd find --type CONTROLFILE +DATAGROUP1 * (this will not)
Also is there a method of passing asmcmd a list of arguments to asmcmd? (ie @commands)