![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| difference in calling shell scripts | arpit_narula | SUN Solaris | 6 | 09-07-2008 04:46 PM |
| Difference between executing a shell using sh and . | soumyo_das | UNIX for Dummies Questions & Answers | 2 | 06-21-2007 06:03 PM |
| Difference between Linux and Unix and also C and C++ and also about Shell Scripting | madhav | Linux | 3 | 07-10-2006 07:42 PM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-12-2006 03:27 AM |
| What is the difference between a shell variable that is exported and the one that is | JosephGerard | UNIX for Dummies Questions & Answers | 1 | 07-21-2005 06:13 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I can tell you that in ksh there are some minor differences between Sun and HP-UX.
On Sun you will have no problem doing: Code:
if [ -z $VAR ] Also when doing a string comparison, on Sun you can do Code:
if [ "${ErrorOccurred}" == "Y" ]
There are probably more, but those are a couple I can think of off the top of my head. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|