You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
Hi, starting to learn how to use icli.
Tried this two commands:
$ icli -h servername # I can get what I want
$ icli -z!o,!A,!S,!D
-bash: !o,!A,!S,!D: event not found
this is copied from the man file, but failed...I think the bash should be the reason.
then I tried copy the command to a script, then run it, got an error:
Use of uninitialized value in numeric ne (!=) at /usr/local/bin/icli line 242.
Know little about perl, can you help...
The text was updated successfully, but these errors were encountered:
Hi, starting to learn how to use icli.
Tried this two commands:
$ icli -h servername # I can get what I want
$ icli -z!o,!A,!S,!D
-bash: !o,!A,!S,!D: event not found
this is copied from the man file, but failed...I think the bash should be the reason.
then I tried copy the command to a script, then run it, got an error:
Use of uninitialized value in numeric ne (!=) at /usr/local/bin/icli line 242.
Know little about perl, can you help...
The text was updated successfully, but these errors were encountered: