Monday, 9 September 2013

How to pass null string in scripts

How to pass null string in scripts

How to pass null string through sh scripts
agqmi start 0 "" "" ""
its working if i send through script
agqmi start 0 "$a" "$b" "$c"
it is failing
I have assigned
a=\"\"
b=\"\"
c=\"\"

No comments:

Post a Comment