Sponsored Content
Full Discussion: How to trap
Top Forums Shell Programming and Scripting How to trap Post 302219842 by era on Wednesday 30th of July 2008 07:50:19 AM
Old 07-30-2008
You can do a conditional inside the trap or something, but the concept of catch / throw is not directly supported, no.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Need help with trap

My problem is this: I need to have a catch-all for my processes. An example would be, using a trap, in the parent, to catch any non-0 exit or invalid command (a way to catch core dumps would be cool, too) in not only the parent, but it's children and they're children. Not only that, but I also... (7 Replies)
Discussion started by: marc6057
7 Replies

2. Shell Programming and Scripting

trap

I'd like to use "trap" command on my unix machine sunOS 5.7. But somehow when I do "which trap" command, it's no where to be found. Any one knows how I can get it installed? Thanks!! (9 Replies)
Discussion started by: whatisthis
9 Replies

3. Shell Programming and Scripting

Building a better mouse trap, or How many lines of code does it take to trap a mouse?

Hello all, I'm hoping to get a little insight from some of the wily veterans amongst you. I've written a script to check for new outgoing files to our vendors located on our ssl server. It seems to be working ok, but the final question here, will be one of logic, and/or a better way to... (4 Replies)
Discussion started by: mph
4 Replies

4. UNIX for Advanced & Expert Users

Need help with trap

Hi Our problem is knowing: What is the "best" way of simulating a TRAP for ERR within a function, since we know this will not work directly with ksh93 and aix5. How can we save the error encountered in the function and then deal with it in the calling script? Thanks! (3 Replies)
Discussion started by: theteeth07
3 Replies

5. Shell Programming and Scripting

Trap

Hi All "Identify the behavior of traps, mechanism to implement traps in the snmp framework" What does it mean?? Can anybody explain.. Whats this Trap?? Thanx in Advance. (1 Reply)
Discussion started by: jeenat
1 Replies

6. Shell Programming and Scripting

Cntl+z Trap is not detecting ??? Help required to add a trap detection ???

Hi folks, I have tried to add some trap detection in the below script....this script is used to monitor database activities...in a rather awkward way :rolleyes:.... The idea behind adding trap is that....this script creates lots of temporary files in the running folder to store the count... (1 Reply)
Discussion started by: frozensmilz
1 Replies

7. Shell Programming and Scripting

trap

Hi At the beginning of my script, i will create a file and at the end of the script i will delete that. But i got to delete the file even if the process is forcefully killed, or server is rebooted... I think i can make use of trap signal, but couldnt figure out how and where to use in my... (4 Replies)
Discussion started by: vasuarjula
4 Replies

8. Shell Programming and Scripting

what does this 'trap' do?

trap "" 1 2 3 Thanks, -dog (1 Reply)
Discussion started by: landog
1 Replies

9. Homework & Coursework Questions

VM trap may work differently than a pure install trap.

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: That is the last reply I received from my instructor, and I'm looking for some alternatives. When using... (2 Replies)
Discussion started by: newuser45
2 Replies

10. Shell Programming and Scripting

Trap

Hi Ppl, Need help $ cat trap.sh #!/bin/bash trap cleanup 1 2 3 15 cleanup() { echo “I was running \”$BASH_COMMAND\” when you interrupted me.” echo “Quitting.” exit 1 } while : do echo -en “hello. “ sleep 1 (3 Replies)
Discussion started by: heman96
3 Replies
std::tr1::__detail::__numeric_constants< _Tp >(3cxx)					      std::tr1::__detail::__numeric_constants< _Tp >(3cxx)

NAME
std::tr1::__detail::__numeric_constants< _Tp > - SYNOPSIS
Static Public Member Functions static _Tp __1_pi () throw () static _Tp __2_sqrtpi () throw () static _Tp __euler () throw () static _Tp __gamma_e () throw () static _Tp __lnpi () throw () static _Tp __pi () throw () static _Tp __pi_2 () throw () static _Tp __pi_3 () throw () static _Tp __pi_4 () throw () static _Tp __sqrt1_2 () throw () static _Tp __sqrt2 () throw () static _Tp __sqrt3 () throw () static _Tp __sqrtpio2 () throw () Detailed Description template<typename _Tp>struct std::tr1::__detail::__numeric_constants< _Tp > A structure for numeric constants. Definition at line 60 of file special_function_util.h. Member Function Documentation template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__1_pi () throw () [inline], [static] Constant $ 1 / i $. Definition at line 75 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__2_sqrtpi () throw () [inline], [static] Constant $ 2 / t(i) $. Definition at line 78 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__euler () throw () [inline], [static] Constant Euler-Mascheroni $ e $. Definition at line 99 of file special_function_util.h. Referenced by std::tr1::__detail::__log_gamma_lanczos(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__gamma_e () throw () [inline], [static] Constant Euler's constant $ mma_E $. Definition at line 96 of file special_function_util.h. Referenced by std::tr1::__detail::__expint_E1_series(), std::tr1::__detail::__expint_Ei_series(), std::tr1::__detail::__expint_En_series(), std::tr1::__detail::__hyperg_reflect(), and std::tr1::__detail::__psi_series(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__lnpi () throw () [inline], [static] Constant $ (i) $. Definition at line 93 of file special_function_util.h. Referenced by std::tr1::__detail::__log_gamma(), and std::tr1::__detail::__sph_legendre(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__pi () throw () [inline], [static] Constant $ i $. Definition at line 63 of file special_function_util.h. Referenced by std::tr1::__detail::__airy(), std::tr1::__detail::__bessel_ik(), std::tr1::__detail::__bessel_jn(), std::tr1::__detail::__ellint_1(), std::tr1::__detail::__ellint_2(), std::tr1::__detail::__ellint_3(), std::tr1::__detail::__psi(), std::tr1::__detail::__riemann_zeta(), and std::tr1::__detail::__riemann_zeta_glob(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__pi_2 () throw () [inline], [static] Constant $ i / 2 $. Definition at line 66 of file special_function_util.h. Referenced by std::tr1::__detail::__comp_ellint_1_series(), std::tr1::__detail::__comp_ellint_2_series(), and std::tr1::__detail::__poly_laguerre_large_n(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__pi_3 () throw () [inline], [static] Constant $ i / 3 $. Definition at line 69 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__pi_4 () throw () [inline], [static] Constant $ i / 4 $. Definition at line 72 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__sqrt1_2 () throw () [inline], [static] Constant $ 1 / sqrt(2) $. Definition at line 90 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__sqrt2 () throw () [inline], [static] Constant $ t(2) $. Definition at line 81 of file special_function_util.h. template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__sqrt3 () throw () [inline], [static] Constant $ t(3) $. Definition at line 84 of file special_function_util.h. Referenced by std::tr1::__detail::__airy(). template<typename _Tp > static _Tp std::tr1::__detail::__numeric_constants< _Tp >::__sqrtpio2 () throw () [inline], [static] Constant $ t(i/2) $. Definition at line 87 of file special_function_util.h. Referenced by std::tr1::__detail::__sph_bessel_ik(), and std::tr1::__detail::__sph_bessel_jn(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 std::tr1::__detail::__numeric_constants< _Tp >(3cxx)
All times are GMT -4. The time now is 05:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy