|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
KSH Script
Hello,
I have an issue with the error returned on a simple ksh script. What I am doing is the following from a command line: if [ `echo $foo` ] then echo Variable FOO exists else echo Variable FOO does not exist. fi This works for the most part other then when foo does not exist. If I have unset foo then I get this message when typing in the above lines: ksh: foo: 0403-041 Parameter not set. ksh: foo:: 0403-012 A test command parameter is not valid. Variable FOO does not exist. Is there a way to NOT receive that message? Thanks for any assistance in advance. -Burgel |
|
#2
|
|||
|
|||
|
Script
Hrm,
ksh -u was on =) Nevermind (unless anyone else has other ideas) -Burgel |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > KSH Script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|