I have the following challenge, i must remove al lot of files in the following directory /etc/log/autosupport/retransmit . When i go to the CLI in diag mode i can use the following command:
system node run -node ********** -command rm /etc/log/autosupport/retransmit/. or *.tgz
i got the following error : No such file or directory
I can use: system node run -node ********** -command rm /etc/log/autosupport/retransmit/test.tgz
Is it not possible to use wildcards ?????? Is there another option availble ??
Thanks