Sponsored Content
Operating Systems AIX Required 000-223 latest dumps Post 302210222 by bakunin on Monday 30th of June 2008 10:55:53 AM
Old 06-30-2008
If you need a dump use the command "sysdumpstart" to produce one. Read the man page of "sysdumpstart" for further information and read the man page of "sysdumpdev" to find out how to configure various dump options (location, etc.)

bakunin
 

6 More Discussions You Might Find Interesting

1. AIX

Help me with text and dumps for aix-223

Hi Pls send me the text book for studying validation part in the aix exam 223 and dumps for 223 if any one has ...my id is pratheeshpc2004@gmail.com. (0 Replies)
Discussion started by: pratheeshpc
0 Replies

2. HP-UX

HP0-A01 Latest dumps Required

Hi all, I'm planning to take HP0-A01 exam shortly.I checked for the updated dump version but didn't find one suitable.Further I checked its last update has been done on 21st aug 2008. Requesting you all to please post the latest dump if anyone of you is having it. Thank you.:) (0 Replies)
Discussion started by: pratip123
0 Replies

3. AIX

IBM 000-222 Dumps!!!!!!!!!!!

hi Any one have dumps for IBM 000-222 exam or any links also ,pls provide me...... My mail id is __deleted__. (3 Replies)
Discussion started by: sriram.s
3 Replies

4. What is on Your Mind?

Ibm 000-223

I _stood da metter.. (1 Reply)
Discussion started by: sabuj01450
1 Replies

5. AIX

AIX exam 000-223

Guys I am writing AIX exma 00-223 I bought material from tesking I hope I will pass it, if I do i will share....anyone with advise out there?:rolleyes: (4 Replies)
Discussion started by: Aix|Dr
4 Replies

6. AIX

Need 000-014 dumps

Hi AIX friends, I am new to AIX environment, going to write AIX entry level examination 000-014. Any one can share the link to download latest AIX dumps. Moreover, studying the dumps itself mere enough for passing the exam.... Regards Siva (1 Reply)
Discussion started by: nixgurunathan
1 Replies
dump(3tk)																 dump(3tk)

NAME
dump - Dump information about Tcl interpreter in TkCon SYNOPSIS
dump method ?-nocomplain? ?-filter pattern? ?--? pattern ?pattern ...? DESCRIPTION
The dump command provides a way for the user to spit out state information about the interpreter in a Tcl readable (and human readable) form. It takes the general form: dump method ?-nocomplain? ?-filter pattern? ?--? pattern ?pattern ...? The patterns represent glob-style patterns (as in string match pattern $str). -nocomplain will prevent dump from throwing an error if no items matched the pattern. -filter is interpreted as appropriate for the method. The various methods are: dump command args Outputs one or more commands. dump procedure args Outputs one or more procs in sourceable form. dump variable args Outputs the values of variables in sourceable form. Recognizes nested arrays. The -filter pattern is used as to filter array ele- ment names and is interepreted as a glob pattern (defaults to {*}). It is passed down for nested arrays. dump widget args Outputs one or more widgets by giving their configuration options. The -filter pattern is used as to filter the config options and is interpreted as a case insensitive regexp pattern (defaults to {.*}). SEE ALSO
idebug(3tk), observe(3tk), tkcon(1), tkcon(3tk), tkconrc(5) KEYWORDS
Tk, console, dump COPYRIGHT
Copyright (c) Jeffrey Hobbs <jeff at hobbs.org> TkCon 2.5 dump(3tk)
All times are GMT -4. The time now is 11:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy