Ask a Question related to Sun Solaris, Design and Development.
-
Chris Vidal #1
Initializing ksh variables
SunOS 5.8 Generic_108528-20 sun4u sparc SUNW,Ultra-60 running ksh.
Coming from a HPUX environment.
In HP UX, not problem with initializing a variable
somevariable=0
then assigning then redirecting standard error
somecommand 2> $somevariable
Using this method in the Solaris environment creates a file called 0 with
the contents of somecommand 2> $somevariable .
Am I missing something ?
Chris Vidal Guest
-
Initializing in director with 3d
This old tutorials serie can help you: http://www.dmu.com/3dd Many code samples, online demos etc. -
CFTREE not initializing
Some of our users are having problems with CFTREE. The user gets a gray box that should contain the tree listing, but instead it gives them a red... -
How do I keep a control from initializing every time?
I have a header control at the top of my default page. On this control there are 4 buttons, each one displays a corresponding panel. There also... -
illustrator disappears after initializing
there's no other way to describe this than to say that when "starting" illustrator: 1) the splash screen appears 2) fonts are checked, plugins... -
initializing a servlet in WEBRick
I am writing a web application where all the requests are served by the same object, which needs initialization. This is being done this way: ...



Reply With Quote

