📄 xtrfiles.htm
字号:
<title>Extracting the files from the Archive</title> <h1 align=center>Extracting the files from the Archive</h1><!--INDEX pmon.exe pmon.tar.Z "Extracting files from Archive" --><h2>MSDOS Hosts</h2><!--INDEX MSDOS Zip Unzip "self-extracting archive" --><dl><dd>The <a href="dosdef.htm">MSDOS</a> version of this software package isdistributed as a self-extracting archive named pmon.exe. To extract thefiles from the archive, simply type the following command in a MSDOSwindow.<p><ol> <li>Create a new directory. e.g.<pre> C> mkdir \lsipkg</pre> It is good idea to place this directory as close to the root directory as possible because it helps minimise the length of the path variable.<p> <li>Copy the MSDOS-host distribution into the new directory.<pre> C> cd \lsipkg C> copy <somewhere>\pmon.exe</pre> <li>Extract the files from the archive file. This is a self-extracting archive that was built using tools from <a href="http://quest.jpl.nasa.gov/Info-Zip/Info-Zip.html">Info-ZIP</a>.<pre> C> pmon</pre></ol></dl><h2>UNIX Hosts</h2><!--INDEX UNIX gunzip tar --><dl><dd>The UNIX-hosted version of this software package is distributed as acompressed tar file. To extractthe files from the archive, perform the following steps:<p><ol> <li>Create a new directory. e.g.<pre> % mkdir ~/lsipkg</pre> <li>Move the UNIX-host distribution into the new directory.<pre> % cd ~/lsipkg % mv <somewhere>/pmon.tgz .</pre> <li>Extract the files from the archive file<pre> % <a href="gunzdef.htm">gunzip</a> pmon.tgz % tar -xof pmon.tar</pre></ol></dl></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -