File: chdir.tex

package info (click to toggle)
acs 021-2.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,196 kB
  • ctags: 2,629
  • sloc: cpp: 15,013; makefile: 166
file content (37 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%$Id: chdir.tex,v 1.2 96/03/30 18:03:09 al Exp $
% man commands chdir .
%------------------------------------------------------------------------
\section{{\tt CHDIR} command}
\index{chdir command}
\index{cd command}
\index{change directory}
\index{directory: change}
%------------------------------------------------------------------------
\subsection{Syntax}
\begin{verse}
{\tt ChDir} \{{\it path}\}\\
{\tt CD} \{{\it path}\}
\end{verse}
%------------------------------------------------------------------------
\subsection{Purpose}

Changes or displays the current directory name.
%------------------------------------------------------------------------
\subsection{Comments}

Change the current directory to that specified by {\it path}.  See your
system manual for complete syntax.

If no argument is given the current directory is displayed.
%------------------------------------------------------------------------
\subsection{Examples}

\begin{description}

\item[{\tt cd ../ckt}] Change the current working directory to {\tt ../ckt}.

\item[{\tt cd}] Show the current working directory name.

\end{description}
%------------------------------------------------------------------------
%------------------------------------------------------------------------