__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# parray:
# Print the contents of a global array on stdout.
#
# Copyright (c) 1991-1993 The Regents of the University of California.
# Copyright (c) 1994 Sun Microsystems, Inc.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
proc parray {a {pattern *}} {
upvar 1 $a array
if {![array exists array]} {
return -code error "\"$a\" isn't an array"
}
set maxl 0
set names [lsort [array names array $pattern]]
foreach name $names {
if {[string length $name] > $maxl} {
set maxl [string length $name]
}
}
set maxl [expr {$maxl + [string length $a] + 2}]
foreach name $names {
set nameString [format %s(%s) $a $name]
puts stdout [format "%-*s = %s" $maxl $nameString $array($name)]
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| encoding | Folder | 0755 |
|
|
| http1.0 | Folder | 0755 |
|
|
| msgs | Folder | 0755 |
|
|
| opt0.4 | Folder | 0755 |
|
|
| tcl8 | Folder | 0755 |
|
|
| auto.tcl | File | 20.36 KB | 0644 |
|
| clock.tcl | File | 125.43 KB | 0644 |
|
| history.tcl | File | 7.72 KB | 0644 |
|
| init.tcl | File | 24.24 KB | 0644 |
|
| package.tcl | File | 22.7 KB | 0644 |
|
| parray.tcl | File | 816 B | 0644 |
|
| safe.tcl | File | 39.98 KB | 0644 |
|
| tclAppInit.c | File | 4.76 KB | 0644 |
|
| tclIndex | File | 5.48 KB | 0644 |
|
| tm.tcl | File | 11.65 KB | 0644 |
|
| word.tcl | File | 4.78 KB | 0644 |
|