The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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 04: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 06: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

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 03-25-2007
ugeek ugeek is offline
Registered User
  
 

Join Date: May 2006
Posts: 1
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 05:25 PM.. Reason: typo2
  #2 (permalink)  
Old 03-28-2007
bigearsbilly bigearsbilly is offline
Registered User
  
 

Join Date: Feb 2006
Location: Southern England
Posts: 102
er, the clue is in your code...


set +e
#disabled
set -e

or

set +o errexit
set -o errexit

or
catch the error in an if or ||

like:
set -e
cat flap || echo oops # now it will not exit


or a blank label
raise_error || :

the error code is only observed when it is the last part of a pipeline

Last edited by bigearsbilly; 03-28-2007 at 04:26 AM..
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 06:54 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0