Sponsored Content
Full Discussion: typeset -f ???
Top Forums Shell Programming and Scripting typeset -f ??? Post 302070423 by Perderabo on Tuesday 4th of April 2006 04:43:51 PM
Old 04-04-2006
It does not look in any files at all. The ksh process is displaying stuff that it has stored in memory. You can type a function into your interactive shell and later use typeset -f to see it, (assuming nolog is off).
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

TYPESET use

Hi all, I have problem understanding shell script.Written that $bindir/put_load.ksh ; typeset RV= $? I dont have any other document about script. How can i find that $bindir is exist or not what is the content of that, i am working on new box . how can i search that in old box what... (4 Replies)
Discussion started by: sam71
4 Replies

2. Shell Programming and Scripting

typeset

Can anyone show me a simple practical usage of typeset. (1 Reply)
Discussion started by: balaji_prk
1 Replies

3. Shell Programming and Scripting

Typeset

Hi, Could any one please explain about typeset or share any link from where i can study about typeset i.e how to use it, how to define it.. etc? Thanks- Yogi (3 Replies)
Discussion started by: bisla.yogender
3 Replies

4. UNIX and Linux Applications

typeset-r

Hi All , Can any one help me the meaning of typeset -r Thanks, venkat (1 Reply)
Discussion started by: venkatakotiy
1 Replies

5. Solaris

typeset: not found

I am trying to run a script in Solaris 10 in which it it giving error typeset: not found (I am trying to use typeset -i ) where the shell is $ echo $SHELL /usr/bin/sh But when i do bash it is running fine. can any one tell me how i can use the same with out doing bash. Thanks in... (3 Replies)
Discussion started by: kirpond
3 Replies

6. UNIX for Dummies Questions & Answers

Typeset

Hi, Can any one please explain me the use of 'typeset' in shell scripting? I donot under stand the use and advantages of using typeset. In one of our script, it is written like typeset VERBOSE NO_UPDATE typeset LOAD_SYBASE_TABLES I donot understand what actually these lines do. As per my... (2 Replies)
Discussion started by: siba.s.nayak
2 Replies

7. Shell Programming and Scripting

Why use typeset?

Hi, All the scripts we have here use typeset instead of normal variables. They don't have any parameters, they just get declared at the beginning of the scripts like this: typeset var1 var2 var3Could anyone tell me why this is done? I don't see the advantage in this over using normal variables. (1 Reply)
Discussion started by: Subbeh
1 Replies

8. UNIX for Dummies Questions & Answers

Typeset in HP-UX and Linux

typeset -u xname1=$mname1 is working fine in HP-UX. But it throwing below error in Linux: line 40: typeset: -u: invalid option typeset: usage: typeset name . Please suggest. Thanks, Ambar (5 Replies)
Discussion started by: ambarginni
5 Replies

9. Shell Programming and Scripting

Typeset

I don't have man typeset entry in unix. what is the use of typeset command and can you give some examples for that. (1 Reply)
Discussion started by: ramkumar15
1 Replies

10. Shell Programming and Scripting

Pipe in typeset

I wanted to understand the meaning of pipe in typset declaration, I understood the meaning but wanted to know the concept. Sample declaration: typeset -r A='ab | bc | cd1' (1 Reply)
Discussion started by: nixhead
1 Replies
suspend(1)                                                         User Commands                                                        suspend(1)

NAME
suspend - shell built-in function to halt the current shell SYNOPSIS
sh suspend csh suspend ksh suspend DESCRIPTION
sh Stops the execution of the current shell (but not if it is the login shell). csh Stop the shell in its tracks, much as if it had been sent a stop signal with ^Z. This is most often used to stop shells started by su. ksh Stops the execution of the current shell (but not if it is the login shell). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
csh(1), kill(1), ksh(1), sh(1), su(1M), attributes(5) SunOS 5.10 15 Apr 1994 suspend(1)
All times are GMT -4. The time now is 01:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy