Re: is tcl a reasonable alternative to unix shell scripts?
- From: Charles Russell <SPAMworFREEwor@xxxxxxxxxxxxx>
- Date: Wed, 09 Aug 2006 00:59:45 GMT
Arnulf Wiedemann wrote:
Charles Russell wrote:
Jeff Godfrey wrote:I'm using cygwin with bash console interface (X-windows not installed),I note that python and ruby have equivalents to the unix "find"Hi Charles,
command, but I cannot find on skimming the tcl documentation that it
has a good set of tools for manipulating the file system.
Tcl has a library of "common" functions and utilities known as
"tcllib". While it's not part of the "core" of tcl, it's readily
available and easy to load and use. Among (many) other things, that
library contains a module named "fileutil", which in turn contains
"fileutil::find" - which is a Tcl variation of the Unix "find"
command.
That said, the Tcl core does contain *many* file (and filesystem)
related commands, most of which are collected under the "file"
ensemble command. So, check out "file" and its many sub-commands in
the standard Tcl man-pages for most of the built-in file support, and
take a look at the "fileutil" module of tcllib for other (mostly)
higher-level file utilities.
mostly for fortran console applications. The cygwin distribution of
tcl/tk (tk seems to work even without X-windows!) does not include
tcllib, so I got the sourceforge distribution and followed the
installation instructions. However, the tutorials I have found do not
explain how to load and invoke packages. What is the command syntax to
test my tcllib installation by invoking, for example, fileutil::cat
under tclsh?
Did you also download the Tcl documentation package from activestate?
Arnulf
Activestate does not appear to support cygwin, but I have a functioning tcl/tk distribution from cygwin. I have tcl and tcllib documentation from Sourceforge and several tcl tutorials from the web. Unfortunately, none of the tutorials seem to cover use of external libraries, and it is hard for a beginner to find and understand the relevant parts of the manpages.
.
- References:
- is tcl a reasonable alternative to unix shell scripts?
- From: Charles Russell
- Re: is tcl a reasonable alternative to unix shell scripts?
- From: Jeff Godfrey
- Re: is tcl a reasonable alternative to unix shell scripts?
- From: Charles Russell
- Re: is tcl a reasonable alternative to unix shell scripts?
- From: Arnulf Wiedemann
- is tcl a reasonable alternative to unix shell scripts?
- Prev by Date: Re: is tcl a reasonable alternative to unix shell scripts?
- Next by Date: Another BLT question..
- Previous by thread: Re: is tcl a reasonable alternative to unix shell scripts?
- Next by thread: Re: is tcl a reasonable alternative to unix shell scripts?
- Index(es):
Relevant Pages
|