networktestinggenius.tk
Your networking tutor
Exclusive networking testing notes
Learn Networking & Testing topics


after - Execute a command after a time delay
append - Append to variable
array - Manipulate array variables
catch - Evaluate script and trap exceptional returns
cd - Change working directory
clock - Obtain and manipulate dates and times
close - Close an open channel
concat - Join lists together
continue - Skip to the next iteration of a loop
dict - Manipulate dictionaries
eof - Check for end of file condition on channel
eval - Evaluate a Tcl script
exec - Invoke subprocesses
exit - End the application
expr - Evaluate an expression
file - Manipulate file names and attributes
for - 'For' loop
foreach - Iterate over all elements in one or more lists
format - Format a string in the style of sprintf
gets - Read a line from a channel
glob - Return names of files that match patterns
global - Access global variables
if - Execute scripts conditionally
incr - Increment the value of a variable
info - Return information about the state of the Tcl interpreter
join - Create a string by joining together list elements
namespace - create and manipulate contexts for commands and variables
package - Facilities for package loading and version control
puts - Write to a channel
proc - Create a Tcl procedure
pwd - Return the absolute path of the current working directory
read - Read from a channel
return - Return from a procedure, or set return code of a script
split - Split a string into a proper Tcl list
source - Evaluate a file or resource as a Tcl script
string - Manipulate strings
unset - Delete variables
uplevel - Execute a script in a different stack frame
upvar - Create link to variable in a different stack frame