<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Ns_link</id>
	<title>Ns link - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://panoptic.com/mediawiki/aolserver/index.php?action=history&amp;feed=atom&amp;title=Ns_link"/>
	<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_link&amp;action=history"/>
	<updated>2026-04-17T03:50:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_link&amp;diff=2675&amp;oldid=prev</id>
		<title>WikiSysop: imported from WiKit id 594</title>
		<link rel="alternate" type="text/html" href="https://panoptic.com/mediawiki/aolserver/index.php?title=Ns_link&amp;diff=2675&amp;oldid=prev"/>
		<updated>2004-06-15T02:14:33Z</updated>

		<summary type="html">&lt;p&gt;imported from WiKit id 594&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Man page: http://aolserver.com/docs/tcl/ns_link.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
'''NAME'''&lt;br /&gt;
&lt;br /&gt;
: ns_link - Create a hard link&lt;br /&gt;
&lt;br /&gt;
'''SYNOPSIS'''&lt;br /&gt;
&lt;br /&gt;
: '''ns_link''' ''?-nocomplain? filename1 filename2''&lt;br /&gt;
&lt;br /&gt;
'''DESCRIPTION'''&lt;br /&gt;
&lt;br /&gt;
: This command creates a hard link named ''filename2'' that points to the file or directory specified by ''filename1''.  If the link fails, a Tcl error is generated, unless ''-nocomplain'' is specified.&lt;br /&gt;
&lt;br /&gt;
: This is a legacy command from when Tcl did not have this functionality.  It is now recommended you use&lt;br /&gt;
Tcl's '''file link''' command instead.  In other words, this:&lt;br /&gt;
&lt;br /&gt;
    ns_link $file1 $file2&lt;br /&gt;
&lt;br /&gt;
is equivalent to:&lt;br /&gt;
&lt;br /&gt;
    file link -hard $file1 $file2&lt;br /&gt;
&lt;br /&gt;
'''EXAMPLES'''&lt;br /&gt;
&lt;br /&gt;
    % ns_link [[ns_info pageroot]]/index.html [[ns_info pageroot]]/foo.html&lt;br /&gt;
&lt;br /&gt;
'''SEE ALSO'''&lt;br /&gt;
&lt;br /&gt;
: [[ns_chmod]], [[ns_mkdir]], [[ns_rename]], [[ns_rmdir]], [[ns_symlink]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category Documentation]] - [[Category Core Tcl API]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
		
	</entry>
</feed>