home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
BASEman
/
root.6
/
usr
/
lib
/
scohelp
/
en_US.ISO8859-1
/
man
/
html.1tcl
/
man.1tcl.node
< prev
Wrap
Text File
|
1998-08-19
|
21KB
|
913 lines
Intro.1tcl.html:
Title = Intro(1tcl)
Version = 1.0
Name = Intro - introduction to the Tools Command Language (Tcl)
IndexEntry = intro - introduction to the Tools Command Language (Tcl)
after.1tcl.html:
Title = after(1tcl)
Version = 1.0
Name = after - execute a command after a time delay
alarm.1tcl.html:
Title = alarm(1tcl)
Version = 1.0
Name = alarm - send SIGALARM in specified number of seconds
append.1tcl.html:
Title = append(1tcl)
Version = 1.0
Name = append - append to variable
apropos.1tcl.html:
Title = apropos(1tcl)
Version = 1.0
Name = apropos - search help descriptions for matching pattern
array.1tcl.html:
Title = array(1tcl)
Version = 1.0
Name = array - manipulate array variables
auto_commands.1tcl.html:
Title = auto_commands(1tcl)
Version = 1.0
Name = auto_commands - list names of all loadable procedures and commands
auto_load.1tcl.html:
Title = auto_load(1tcl)
Version = 1.0
Name = auto_load - attempt to load the specified command from a loadable library
auto_load_file.1tcl.html:
Title = auto_load_file(1tcl)
Version = 1.0
Name = auto_load_file - source a file, using auto_path as search parameter
auto_packages.1tcl.html:
Title = auto_packages(1tcl)
Version = 1.0
Name = auto_packages - return list of names of all defined packages
bgerror.1tcl.html:
Title = bgerror(1tcl)
Version = 1.0
Name = bgerror - process background errors
break.1tcl.html:
Title = break(1tcl)
Version = 1.0
Name = break - abort looping command
bsearch.1tcl.html:
Title = bsearch(1tcl)
Version = 1.0
Name = bsearch - search open file for match
buildpackageindex.1tcl.html:
Title = buildpackageindex(1tcl)
Version = 1.0
Name = buildpackageindex - build index files for package libraries
case.1tcl.html:
Title = case(1tcl)
Version = 1.0
Name = case - evaluate one of several scripts, depending on a given value
catch.1tcl.html:
Title = catch(1tcl)
Version = 1.0
Name = catch - evaluate script and trap exceptional returns
catclose.1tcl.html:
Title = catclose(1tcl)
Version = 1.0
Name = catclose - close message catalog cathandle
catgets.1tcl.html:
Title = catgets(1tcl)
Version = 1.0
Name = catgets - retrieve message from message catalog
catopen.1tcl.html:
Title = catopen(1tcl)
Version = 1.0
Name = catopen - open message catalog catname
cd.1tcl.html:
Title = cd(1tcl)
Version = 1.0
Name = cd - change working directory
cequal.1tcl.html:
Title = cequal(1tcl)
Version = 1.0
Name = cequal - compare two strings for equality
cexpand.1tcl.html:
Title = cexpand(1tcl)
Version = 1.0
Name = cexpand - expand backslash characters in string to actual characters
chgrp.1tcl.html:
Title = chgrp(1tcl)
Version = 1.0
Name = chgrp - set group ID for files in specified list
chmod.1tcl.html:
Title = chmod(1tcl)
Version = 1.0
Name = chmod - set permissions of files in specified list
chown.1tcl.html:
Title = chown(1tcl)
Version = 1.0
Name = chown - set owner of files in specified list
chroot.1tcl.html:
Title = chroot(1tcl)
Version = 1.0
Name = chroot - change root directory to specified name
cindex.1tcl.html:
Title = cindex(1tcl)
Version = 1.0
Name = cindex - return character indexed by given expression from string
clength.1tcl.html:
Title = clength(1tcl)
Version = 1.0
Name = clength - return length of string in characters
clock.1tcl.html:
Title = clock(1tcl)
Version = 1.0
Name = clock - obtain and manipulate time
close.1tcl.html:
Title = close(1tcl)
Version = 1.0
Name = close - close an open file
cmdtrace.1tcl.html:
Title = cmdtrace(1tcl)
Version = 1.0
Name = cmdtrace - print trace statement for executing commands
commandloop.1tcl.html:
Title = commandloop(1tcl)
Version = 1.0
Name = commandloop - create interactive command loop for Tcl interpreter
concat.1tcl.html:
Title = concat(1tcl)
Version = 1.0
Name = concat - join lists together
continue.1tcl.html:
Title = continue(1tcl)
Version = 1.0
Name = continue - skip to the next iteration of a loop
convertclock.1tcl.html:
Title = convertclock(1tcl)
Version = 1.0
Name = convertclock - convert date string to integer value
convert_lib.1tcl.html:
Title = convert_lib(1tcl)
Version = 1.0
Name = convert_lib - convert a Ousterhout style index file and source files into a package library
copyfile.1tcl.html:
Title = copyfile(1tcl)
Version = 1.0
Name = copyfile - copy remainder of file1 to file2
crange.1tcl.html:
Title = crange(1tcl)
Version = 1.0
Name = crange - return a range of characters from string
csubstr.1tcl.html:
Title = csubstr(1tcl)
Version = 1.0
Name = csubstr - return a substring of characters from string
ctoken.1tcl.html:
Title = ctoken(1tcl)
Version = 1.0
Name = ctoken - parse a token out of a character string
ctype.1tcl.html:
Title = ctype(1tcl)
Version = 1.0
Name = ctype - test whether characters in a string are of a given class
dirs.1tcl.html:
Title = dirs(1tcl)
Version = 1.0
Name = dirs - list directories in directory stack
dup.1tcl.html:
Title = dup(1tcl)
Version = 1.0
Name = dup - duplicate an open file
echo.1tcl.html:
Title = echo(1tcl)
Version = 1.0
Name = echo - write to standard input, followed by newline
edprocs.1tcl.html:
Title = edprocs(1tcl)
Version = 1.0
Name = edprocs - write named procedures to temporary file, call editor
eof.1tcl.html:
Title = eof(1tcl)
Version = 1.0
Name = eof - check for end-of-file condition on open file
error.1tcl.html:
Title = error(1tcl)
Version = 1.0
Name = error - generate an error
eval.1tcl.html:
Title = eval(1tcl)
Version = 1.0
Name = eval - evaluate a Tcl script
exec.1tcl.html:
Title = exec(1tcl)
Version = 1.0
Name = exec - invoke subprocess(es)
execl.1tcl.html:
Title = execl(1tcl)
Version = 1.0
Name = execl - replace current program with another, passing arguments in list
exit.1tcl.html:
Title = exit(1tcl)
Version = 1.0
Name = exit - end the application
expr.1tcl.html:
Title = expr(1tcl)
Version = 1.0
Name = expr - evaluate an expression
fblocked.1tcl.html:
Title = fblocked(1tcl)
Version = 1.0
Name = fblocked - test whether the last input operation exhausted all available input
fcntl.1tcl.html:
Title = fcntl(1tcl)
Version = 1.0
Name = fcntl - set or clear a file option or return its current value
fconfigure.1tcl.html:
Title = fconfigure(1tcl)
Version = 1.0
Name = fconfigure - set and get options on a channel
file.1tcl.html:
Title = file(1tcl)
Version = 1.0
Name = file - manipulate file names and attributes
fileevent.1tcl.html:
Title = fileevent(1tcl)
Version = 1.0
Name = fileevent - execute a script when a channel becomes readable or writable
filename.1tcl.html:
Title = filename(1tcl)
Version = 1.0
Name = filename - filename conventions supported by Tcl commands
flock.1tcl.html:
Title = flock(1tcl)
Version = 1.0
Name = flock - set, clear, or return file options
SubName = funlock - remove lock created by flock
flush.1tcl.html:
Title = flush(1tcl)
Version = 1.0
Name = flush - flush buffered output for a file
fmtclock.1tcl.html:
Title = fmtclock(1tcl)
Version = 1.0
Name = fmtclock - convert time integer to readable clock format
for.1tcl.html:
Title = for(1tcl)
Version = 1.0
Name = for - a looping command
for_array_keys.1tcl.html:
Title = for_array_keys(1tcl)
Version = 1.0
Name = for_array_keys - perform foreach for each key in named array
foreach.1tcl.html:
Title = foreach(1tcl)
Version = 1.0
Name = foreach - iterate over all elements in a list
for_file.1tcl.html:
Title = for_file(1tcl)
Version = 1.0
Name = for_file - implement loop over contents of a file
fork.1tcl.html:
Title = fork(1tcl)
Version = 1.0
Name = fork - fork the current Tcl process
format.1tcl.html:
Title = format(1tcl)
Version = 1.0
Name = format - format a string in the style of sprintf
for_recursive_glob.1tcl.html:
Title = for_recursive_glob(1tcl)
Version = 1.0
Name = for_recursive_glob - perform foreach loop over recursively matched files
frename.1tcl.html:
Title = frename(1tcl)
Version = 1.0
Name = frename - rename old path to new path
fstat.1tcl.html:
Title = fstat(1tcl)
Version = 1.0
Name = fstat - obtain status information on open file
getclock.1tcl.html:
Title = getclock(1tcl)
Version = 1.0
Name = getclock - return current date and time as integer
gets.1tcl.html:
Title = gets(1tcl)
Version = 1.0
Name = gets - read a line from a file
glob.1tcl.html:
Title = glob(1tcl)
Version = 1.0
Name = glob - return names of files that match patterns
global.1tcl.html:
Title = global(1tcl)
Version = 1.0
Name = global - access global variables
help.1tcl.html:
Title = help(1tcl)
Version = 1.0
Name = help - provide lists of all available help subjects and pages
helpcd.1tcl.html:
Title = helpcd(1tcl)
Version = 1.0
Name = helpcd - change the current help subject
helppwd.1tcl.html:
Title = helppwd(1tcl)
Version = 1.0
Name = helppwd - display the current help subject
history.1tcl.html:
Title = history(1tcl)
Version = 1.0
Name = history - manipulate the history list
id.1tcl.html:
Title = id(1tcl)
Version = 1.0
Name = id - get, set, convert user, group, process IDs
if.1tcl.html:
Title = if(1tcl)
Version = 1.0
Name = if - execute scripts conditionally
incr.1tcl.html:
Title = incr(1tcl)
Version = 1.0
Name = incr - increment the value of a variable
info.1tcl.html:
Title = info(1tcl)
Version = 1.0
Name = info - return information about the state of the Tcl interpreter
infox.1tcl.html:
Title = infox(1tcl)
Version = 1.0
Name = infox - return info on application or extended Tcl
interp.1tcl.html:
Title = interp(1tcl)
Version = 1.0
Name = interp - create and manipulate Tcl interpreters
intersect.1tcl.html:
Title = intersect(1tcl)
Version = 1.0
Name = intersect - return the logical intersection of two lists
intersect3.1tcl.html:
Title = intersect3(1tcl)
Version = 1.0
Name = intersect3 - return the logical intersection of two lists and exceptions
join.1tcl.html:
Title = join(1tcl)
Version = 1.0
Name = join - create a string by joining together list elements
keyldel.1tcl.html:
Title = keyldel(1tcl)
Version = 1.0
Name = keyldel - delete key and value from keyed list
keylget.1tcl.html:
Title = keylget(1tcl)
Version = 1.0
Name = keylget - return value associated with key from the keyed list in the variable listvar
keylkeys.1tcl.html:
Title = keylkeys(1tcl)
Version = 1.0
Name = keylkeys - return the list of keys in the keyed list in the variable listvar
keylset.1tcl.html:
Title = keylset(1tcl)
Version = 1.0
Name = keylset - set the value of key in the keyed list contained in the variable listvar
kill.1tcl.html:
Title = kill(1tcl)
Version = 1.0
Name = kill - signal processes found in list
lappend.1tcl.html:
Title = lappend(1tcl)
Version = 1.0
Name = lappend - append list elements onto a variable
lassign.1tcl.html:
Title = lassign(1tcl)
Version = 1.0
Name = lassign - assign successive elements of a list to specified variables
lempty.1tcl.html:
Title = lempty(1tcl)
Version = 1.0
Name = lempty - determine if specified list is empty
lgets.1tcl.html:
Title = lgets(1tcl)
Version = 1.0
Name = lgets - read next Tcl list from file and discard terminating newline
library.1tcl.html:
Title = library(1tcl)
Version = 1.0
Name = library - standard library of Tcl procedures
lindex.1tcl.html:
Title = lindex(1tcl)
Version = 1.0
Name = lindex - retrieve an element from a list
link.1tcl.html:
Title = link(1tcl)
Version = 1.0
Name = link - create hard or symbolic link between files
linsert.1tcl.html:
Title = linsert(1tcl)
Version = 1.0
Name = linsert - insert elements into a list
list.1tcl.html:
Title = list(1tcl)
Version = 1.0
Name = list - create a list
llength.1tcl.html:
Title = llength(1tcl)
Version = 1.0
Name = llength - count the number of elements in a list
lmatch.1tcl.html:
Title = lmatch(1tcl)
Version = 1.0
Name = lmatch - return list entries matching specified pattern
load.1tcl.html:
Title = load(1tcl)
Version = 1.0
Name = load - load machine code and initialize new commands
loadlibindex.1tcl.html:
Title = loadlibindex(1tcl)
Version = 1.0
Name = loadlibindex - load the package library index of a .tlib library file
loop.1tcl.html:
Title = loop(1tcl)
Version = 1.0
Name = loop - high performance loop command for fixed increments
lrange.1tcl.html:
Title = lrange(1tcl)
Version = 1.0
Name = lrange - return one or more adjacent elements from a list
lreplace.1tcl.html:
Title = lreplace(1tcl)
Version = 1.0
Name = lreplace - replace elements in a list with new elements
lrmdups.1tcl.html:
Title = lrmdups(1tcl)
Version = 1.0
Name = lrmdups - remove duplicate list entries and re-sort
lsearch.1tcl.html:
Title = lsearch(1tcl)
Version = 1.0
Name = lsearch - see if a list contains a particular element
lsort.1tcl.html:
Title = lsort(1tcl)
Version = 1.0
Name = lsort - sort the elements of a list
lvarcat.1tcl.html:
Title = lvarcat(1tcl)
Version = 1.0
Name = lvarcat - concatenate string to end of specified list
lvarpop.1tcl.html:
Title = lvarpop(1tcl)
Version = 1.0
Name = lvarpop - delete list element indexed by specified variable
lvarpush.1tcl.html:
Title = lvarpush(1tcl)
Version = 1.0
Name = lvarpush - insert string to specified list
max.1tcl.html:
Title = max(1tcl)
Version = 1.0
Name = max - return argument with highest numeric value
min.1tcl.html:
Title = min(1tcl)
Version = 1.0
Name = min - return argument with lowest numeric value
mkdir.1tcl.html:
Title = mkdir(1tcl)
Version = 1.0
Name = mkdir - create specified directories
nice.1tcl.html:
Title = nice(1tcl)
Version = 1.0
Name = nice - change or return process priority
open.1tcl.html:
Title = open(1tcl)
Version = 1.0
Name = open - open a file
package.1tcl.html:
Title = package(1tcl)
Version = 1.0
Name = package - facilities for package loading and version control
pid.1tcl.html:
Title = pid(1tcl)
Version = 1.0
Name = pid - retrieve process id(s)
pipe.1tcl.html:
Title = pipe(1tcl)
Version = 1.0
Name = pipe - create a pipe
pkg_mkIndex.1tcl.html:
Title = pkg_mkIndex(1tcl)
Version = 1.0
Name = pkg_mkIndex - build an index for automatic loading of packages
popd.1tcl.html:
Title = popd(1tcl)
Version = 1.0
Name = popd - pop top directory from directory stack to current directory
proc.1tcl.html:
Title = proc(1tcl)
Version = 1.0
Name = proc - create a Tcl procedure
profile.1tcl.html:
Title = profile(1tcl)
Version = 1.0
Name = profile - collect performance profile of a Tcl script
profrep.1tcl.html:
Title = profrep(1tcl)
Version = 1.0
Name = profrep - generates a report from data collected by profile(1tcl)
pushd.1tcl.html:
Title = pushd(1tcl)
Version = 1.0
Name = pushd - push current directory onto directory stack and cd to specified directory
puts.1tcl.html:
Title = puts(1tcl)
Version = 1.0
Name = puts - write to a file
pwd.1tcl.html:
Title = pwd(1tcl)
Version = 1.0
Name = pwd - return the current working directory
random.1tcl.html:
Title = random(1tcl)
Version = 1.0
Name = random - return pseudo-random positive integer
read.1tcl.html:
Title = read(1tcl)
Version = 1.0
Name = read - read from a file
readdir.1tcl.html:
Title = readdir(1tcl)
Version = 1.0
Name = readdir - list contents of specified directory
read_file.1tcl.html:
Title = read_file(1tcl)
Version = 1.0
Name = read_file - read file and return contents as string
recursive_glob.1tcl.html:
Title = recursive_glob(1tcl)
Version = 1.0
Name = recursive_glob - return list of recursively-matched files
regexp.1tcl.html:
Title = regexp(1tcl)
Version = 1.0
Name = regexp - match a regular expression against a string
regsub.1tcl.html:
Title = regsub(1tcl)
Version = 1.0
Name = regsub - perform substitutions based on regular expression pattern matching
rename.1tcl.html:
Title = rename(1tcl)
Version = 1.0
Name = rename - rename or delete a command
replicate.1tcl.html:
Title = replicate(1tcl)
Version = 1.0
Name = replicate - replicate string n times
return.1tcl.html:
Title = return(1tcl)
Version = 1.0
Name = return - return from a procedure
rmdir.1tcl.html:
Title = rmdir(1tcl)
Version = 1.0
Name = rmdir - remove specified directories
saveprocs.1tcl.html:
Title = saveprocs(1tcl)
Version = 1.0
Name = saveprocs - save definition of named or defined procedures to named file
scan.1tcl.html:
Title = scan(1tcl)
Version = 1.0
Name = scan - parse string using conversion specifiers in the style of sscanf
scancontext.1tcl.html:
Title = scancontext(1tcl)
Version = 1.0
Name = scancontext - set scan file context
scanfile.1tcl.html:
Title = scanfile(1tcl)
Version = 1.0
Name = scanfile - scan open file starting from current position
scanmatch.1tcl.html:
Title = scanmatch(1tcl)
Version = 1.0
Name = scanmatch - specify Tcl commands to be evaluated when regexp(1tcl) is matched by a scanfile
searchpath.1tcl.html:
Title = searchpath(1tcl)
Version = 1.0
Name = searchpath - search all directories in the specified path
seek.1tcl.html:
Title = seek(1tcl)
Version = 1.0
Name = seek - change the access position for an open file
select.1tcl.html:
Title = select(1tcl)
Version = 1.0
Name = select - wait for files to come available or satisfy conditions
server_info.1tcl.html:
Title = server_info(1tcl)
Version = 1.0
Name = server_info - obtain information about a TCP/IP server
server_open.1tcl.html:
Title = server_open(1tcl)
Version = 1.0
Name = server_open - open TCP/IP connection to server on specified port
set.1tcl.html:
Title = set(1tcl)
Version = 1.0
Name = set - read and write variables
showproc.1tcl.html:
Title = showproc(1tcl)
Version = 1.0
Name = showproc - list definitions of named procedures
signal.1tcl.html:
Title = signal(1tcl)
Version = 1.0
Name = signal - specify action to take when Tcl is signalled by UNIX
sleep.1tcl.html:
Title = sleep(1tcl)
Version = 1.0
Name = sleep - sleep for specified time in seconds
socket.1tcl.html:
Title = socket(1tcl)
Version = 1.0
Name = socket - open a TCP network connection
source.1tcl.html:
Title = source(1tcl)
Version = 1.0
Name = source - evaluate a file as a Tcl script
split.1tcl.html:
Title = split(1tcl)
Version = 1.0
Name = split - split a string into a proper Tcl list
string.1tcl.html:
Title = string(1tcl)
Version = 1.0
Name = string - manipulate strings
subst.1tcl.html:
Title = subst(1tcl)
Version = 1.0
Name = subst - perform backslash, command, and variable substitutions
switch.1tcl.html:
Title = switch(1tcl)
Version = 1.0
Name = switch - evaluate one of several scripts, depending on a given value
sync.1tcl.html:
Title = sync(1tcl)
Version = 1.0
Name = sync - flush all pending disk output
system.1tcl.html:
Title = system(1tcl)
Version = 1.0
Name = system - execute command via system(S) call
tclsh.1tcl.html:
Title = tclsh(1tcl)
Version = 1.0
Name = tclsh - simple shell containing Tcl interpreter
tclvars.1tcl.html:
Title = tclvars(1tcl)
Version = 1.0
Name = tclvars - variables used by Tcl
tell.1tcl.html:
Title = tell(1tcl)
Version = 1.0
Name = tell - return current access position for an open file
time.1tcl.html:
Title = time(1tcl)
Version = 1.0
Name = time - time the execution of a script
times.1tcl.html:
Title = times(1tcl)
Version = 1.0
Name = times - list process and child execution times
trace.1tcl.html:
Title = trace(1tcl)
Version = 1.0
Name = trace - monitor variable accesses
translit.1tcl.html:
Title = translit(1tcl)
Version = 1.0
Name = translit - change characters in inrange to outrange
umask.1tcl.html:
Title = umask(1tcl)
Version = 1.0
Name = umask - set file creation mode
union.1tcl.html:
Title = union(1tcl)
Version = 1.0
Name = union - return logical unique union of two lists
unknown.1tcl.html:
Title = unknown(1tcl)
Version = 1.0
Name = unknown - handle attempts to use non-existent commands
unlink.1tcl.html:
Title = unlink(1tcl)
Version = 1.0
Name = unlink - delete (unlink) listed files
unset.1tcl.html:
Title = unset(1tcl)
Version = 1.0
Name = unset - delete variables
update.1tcl.html:
Title = update(1tcl)
Version = 1.0
Name = update - process pending events and idle callbacks
uplevel.1tcl.html:
Title = uplevel(1tcl)
Version = 1.0
Name = uplevel - execute a script in a different stack frame
upvar.1tcl.html:
Title = upvar(1tcl)
Version = 1.0
Name = upvar - create link to variable in a different stack frame
vwait.1tcl.html:
Title = vwait(1tcl)
Version = 1.0
Name = vwait - process events until a variable is written
wait.1tcl.html:
Title = wait(1tcl)
Version = 1.0
Name = wait - wait for process created by execl to terminate
while.1tcl.html:
Title = while(1tcl)
Version = 1.0
Name = while - execute script repeatedly as long as a condition is met
write_file.1tcl.html:
Title = write_file(1tcl)
Version = 1.0
Name = write_file - write strings to specified file