![]() |
|
|
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 |
| will this script in crontab effect SUN 9?? | thepurple | SUN Solaris | 2 | 10-05-2007 05:31 AM |
| Temporarily Disable User Account | scotbuff | HP-UX | 4 | 01-26-2007 04:01 AM |
| How do properties effect script? | Chiefos | UNIX for Dummies Questions & Answers | 1 | 06-21-2006 07:23 AM |
| Effect of Preemptive Kernel | sriram.ec | UNIX for Advanced & Expert Users | 2 | 03-15-2006 01:43 AM |
| recursive effect!! | sskb | UNIX for Dummies Questions & Answers | 2 | 01-30-2003 12:05 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Temporarily disable effect of set -e in ksh
Hi!
I'd like to temporarily disable effect of set -e before invoking some commands whose exit status can be ignored. The "e" flag can be off so the code below may improperly turn "e" on: set +x ... call function here ... set -x In Bash surrounding the command with parenthesis does work. How can I do it in ksh with a special character? Thanks u. Last edited by ugeek; 03-25-2007 at 06:25 PM.. Reason: typo2 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|