Unix Technical Forum

Re: ksh doesn't show trace in fuctions

This is a discussion on Re: ksh doesn't show trace in fuctions within the lucky.openbsd.tech forums, part of the OpenBSD category; --> Thank you Thorsten! Functions can have two attributes, ``trace'' and ``export'', which can be set with typeset -ft and ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > lucky.openbsd.tech

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-22-2008, 01:03 PM
Han Boetes
 
Posts: n/a
Default Re: ksh doesn't show trace in fuctions

Thank you Thorsten!

Functions can have two attributes, ``trace'' and ``export'', which can be
set with typeset -ft and typeset -fx, respectively. When a traced func-
tion is executed, the shell's xtrace option is turned on for the func-
tion's duration; otherwise, the xtrace option is turned off. The
``export'' attribute of functions is currently not used. In the original
Korn shell, exported functions are visible to shell scripts that are exe-
cuted.



# Han

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:30 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com