![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Funny but true.... | naushad | UNIX for Dummies Questions & Answers | 6 | 03-26-2008 06:23 AM |
| how to exit a while true loop | Noob e | Shell Programming and Scripting | 5 | 08-26-2007 03:44 PM |
| is it true or not | dhlopomo | UNIX for Dummies Questions & Answers | 4 | 08-16-2007 10:54 AM |
| why isn't the exit status true? | mjays | Shell Programming and Scripting | 5 | 04-04-2007 10:18 AM |
| True Shutdown help! | 01000101 | UNIX for Dummies Questions & Answers | 3 | 05-15-2006 08:36 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ksh [ HP True 64 v5.1 ] and HP-UX B.11.11i
Hi Friends,
We have migrated our Unix from HP True 64 v5.1 to HP-UX B.11.11i recently and copied all my shell scripts ( Korn shell ) to new HP-UX B.11.11i unix machine. I've encountered lot of errors during execution of the scripts for example: cat x.sh #!/usr/bin/ksh if [ -f abc.txt ] then echo abc.txt file exists... else echo abc.txt file does not exists... fi =============== x.sh: test: argument expected abc.txt file does not exists... In my old machine there were no problems, pls advise with how can I overcome from this kind of problems. Thanks Krishna |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|