939d1850c6
Language). PR: 32925 Submitted by: Edwin Groothuis (edwin@mavetju.org)
32 lines
1.4 KiB
HTML
32 lines
1.4 KiB
HTML
$FreeBSD$
|
|
|
|
--- tcl8.3.4/html/UserCmd/tclsh.htm.orig Mon Dec 17 01:02:21 2001
|
|
+++ tcl8.3.4/html/UserCmd/tclsh.htm Mon Dec 17 01:02:48 2001
|
|
@@ -21,7 +21,7 @@
|
|
<H3><A NAME="M2">NAME</A></H3>
|
|
tclsh - Simple shell containing Tcl interpreter
|
|
<H3><A NAME="M3">SYNOPSIS</A></H3>
|
|
-<B>tclsh</B> ?<I>fileName arg arg ...</I>?<BR>
|
|
+<B>tclsh8.3</B> ?<I>fileName arg arg ...</I>?<BR>
|
|
<H3><A NAME="M4">DESCRIPTION</A></H3>
|
|
<B>Tclsh</B> is a shell-like application that reads Tcl commands
|
|
from its standard input or from a file and evaluates them.
|
|
@@ -46,7 +46,7 @@
|
|
case, but the script file can always <B><A HREF="../TclCmd/source.htm">source</A></B> it if desired.
|
|
<P>
|
|
If you create a Tcl script in a file whose first line is
|
|
-<PRE><B>#!/usr/local/bin/tclsh</B></PRE>
|
|
+<PRE><B>#!/usr/local/bin/tclsh8.3</B></PRE>
|
|
then you can invoke the script file directly from your shell if
|
|
you mark the file as executable.
|
|
This assumes that <B>tclsh</B> has been installed in the default
|
|
@@ -60,7 +60,7 @@
|
|
following three lines:
|
|
<PRE><B>#!/bin/sh
|
|
# the next line restarts using tclsh \
|
|
-exec tclsh "$0" "$@"</B></PRE>
|
|
+exec tclsh8.3 "$0" "$@"</B></PRE>
|
|
This approach has three advantages over the approach in the previous
|
|
paragraph. First, the location of the <B>tclsh</B> binary doesn't have
|
|
to be hard-wired into the script: it can be anywhere in your shell
|