[continue readingā¦]
korn
[continue readingā¦]
What is /bin/dash? I noticed that the default system shell /bin/sh was changed to /bin/dash. Why was this change made?
[continue readingā¦]
If var is defined AND NOT EMPTY, use var, otherwise set a default variable under Bash. For e.g. my script needs a parameter for output variable. It can be text or html. I set it as follows in my script
output=$1 # either text or html
However, sometime user forget to pass the parameter to my shell script and my enter logic fails. So how do I set default value to text, if no parameter passed?
[continue readingā¦]
[continue readingā¦]
Can you tell me how to write a UNIX korn shell script program? Iām new to UNIX scripting and HP-UX UNIX operating system.
[continue readingā¦]