Query: ns_lctl
OS: debian
Section: 3aolserv
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ns_lctl(3aolserver) AOLserver Built-In Commands ns_lctl(3aolserver) __________________________________________________________________________________________________________________________________________________NAMEns_for, ns_foreach, ns_while, ns_lctl - Replacements for standard Tcl loop commands which enable monitoring and controlSYNOPSISns_for start test next body ns_foreach varname list body ns_foreach varlist1 list1 ?varlist2 list2 ...? body ns_while test body ns_lctl cancel id ns_lctl eval id script ns_lctl info id ns_lctl install command ns_lctl list ns_lctl pause id ns_lctl result id _________________________________________________________________DESCRIPTIONThe ns_for, ns_foreach, and ns_while commands are replacements for cooresponding Tcl commands with the additional capability of monitoring and control through the ns_lctl command. ns_for start test next body See the for(n) man page for usage. ns_foreach start test next body See the foreach(n) man page for usage. ns_foreach varlist1 list1 ?varlist2 list2 ...? body See the foreach(n) man page for usage. ns_while test body See the while(n) man page for usage. ns_lctl cancel id Mark the given loop to cancel at the next iteration, resulting in the loop returning with TCL_ERROR. ns_lctl eval id script ns_lctl info id ns_lctl install command ns_lctl list ns_lctl pause id ns_lctl result idSEE ALSOfor(n), foreach(n), while(n)KEYWORDSthreads, iteration, list, looping, cancel AOLserver 4.5 ns_lctl(3aolserver)
Related Man Pages |
---|
foreach(1t) - opensolaris |
foreach(n) - mojave |
ns_foreach(3aolserv) - debian |
foreach(n) - suse |
for(1) - redhat |
Similar Topics in the Unix Linux Community |
---|
One question about ls(1) |
Tape Library 3583 |
Comparison and deletion of lines between two files |
BASH: Interactive "cp" (and "mv") in a loop |
Global variable in for loop (BASH) |