Sponsored Content
Top Forums Shell Programming and Scripting Help in Understanding the tcl proc Post 302749665 by Don Cragun on Friday 28th of December 2012 11:00:46 PM
Old 12-29-2012
The tcl gets command in this form reads a line from the file associated with the file descriptor assigned to the variable named channel, places the line read into a variable named signame and returns the number of bytes read from the file or -1 on error or EOF. (See the tcl gets man page for details.)

The tcl puts command in this form writes the data in the variable named signame to standard output. (See the tcl puts man page for details.)
This User Gave Thanks to Don Cragun For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

/proc 100%

The df/bdf command shows /proc 100% full all the time. What does /proc contain? and why 100% all the time even on a new setup. (1 Reply)
Discussion started by: asutoshch
1 Replies

2. UNIX for Dummies Questions & Answers

about /proc

hi, we all know /proc is about the information of active process, I have just read an artical which said you can use /proc/cpuinfo, /proc/net./proc/meminfo etc. to know about some hardware information .But I want to know how to use with command line? (1 Reply)
Discussion started by: fuqiang1976
1 Replies

3. UNIX for Advanced & Expert Users

The /proc Filesystems

Anyone know what the difference between the /proc filesystems under Linux and SunOS? Thanx In Advance! -Lola (1 Reply)
Discussion started by: Sparticus007
1 Replies

4. Programming

Proc problem

Hello all , We have a c program , it is running well on AIX 4.3.3.0 .But when we run it on AIX 4.2.1.0 version the program exit when it begin to do this command : Exec sql connect . N.B: The version of C compiler is :4.2 Database :Oracle8 thanks in advance . Elie . (2 Replies)
Discussion started by: eyounes
2 Replies

5. UNIX for Advanced & Expert Users

/proc

/proc is filing up my root filesystem. Can you delete any of the4 ID numbers out of /proc. Please help me. (3 Replies)
Discussion started by: aojmoj
3 Replies

6. UNIX for Dummies Questions & Answers

proc

Hi, What are the various way's to fix /proc folder in redhat linux 7.2 and how to verify /proc folder is proper or croupted? Thank in advance Bache Gowda (7 Replies)
Discussion started by: bache_gowda
7 Replies

7. Programming

Need Of Proc*c/c++ Compiler

1. Software Requirments For Pro*c/c++ , 2. Need Pro* C/c++ Compiler, 3. Documents For Installing Proc* C Compiler (3 Replies)
Discussion started by: contactmadhuin
3 Replies

8. Programming

Need help ! SQL and Proc *C

:) hi all ! Please help me When I select data from oracle with proc * C prog. I count the number of rows For example the total rows is 1000000 but the number of result return is a limit number 5000 for ex So How can I know this limit (5 Replies)
Discussion started by: iwbasts
5 Replies

9. UNIX for Dummies Questions & Answers

_/proc/stat vs /proc/uptime

Hi, I am trying to calculate the CPU Usage by getting the difference between the idle time reported by /proc/stat at 2 different intervals. Now the 4th entry in the first line of /proc/stat will give me the 'idle time'. But I also came across /proc/uptime that gives me 2 entries : 1st one as the... (0 Replies)
Discussion started by: coderd
0 Replies

10. UNIX for Dummies Questions & Answers

Regarding /proc

If you are adding the kernel module without any module parameter passing, it should print out following information to info1 file so that user can make read access to info1 file (via, for example, cat /proc/info1): • Processor type • Kernel version • Total number of the processes currently... (1 Reply)
Discussion started by: shekhar.huded
1 Replies
sdx(1)							      General Commands Manual							    sdx(1)

__________________________________________________________________________________________________________________________________________________

NAME
sdx - Starkit Developer eXtension DESCRIPTION
sdx combines a number of functions into a single command-line developer utility. Its most common use is to create, browse, and unravel Starkits: sdx qwrap myscript.tcl ?options ...? create a starkit from a single Tcl script sdx wrap mystar.kit ?options ...? create a starkit from a mystar.vfs directory structure sdx unwrap mystar.kit the reverse of wrap, lets you dissect any starkit sdx lsk mystar.kit list the contents of a starkit, as seen when mounted in Tcl sdx version mystar.kit calculate the version ID of a starkit, report newest file found inside sdx mkpack oldstar.kit newstar.kit copy and optimally pack the Metakit data by removing all unused areas sdx mksplit mystar.kit split a starkit into mystar.head and a mystar.tail parts sdx also has other, less frequently used commands, see sdx help and sdx help command for more information. sdx is itself a Starkit, you can inspect its contents by doing sdx unwrap `which sdx`. SEE ALSO
http://code.google.com/p/tclkit/, http://wiki.tcl.tk/sdx/, http://wiki.tcl.tk/starkit/, http://www.equi4.com/starkit/, http://www.equi4.com/starkit/sdx.html KEYWORDS
Starkit, Tcl sdx 2.0 sdx(1)
All times are GMT -4. The time now is 08:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy