aboutsummaryrefslogtreecommitdiff
path: root/pkg/language/doc/back.hlp
blob: 236d65b2fc53bca9da17b451bc757fd5ba488cad (plain) (blame)
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
.help back Feb86 language
.ih
NAME
back -- return to the previous directory
.ih
USAGE
back
.ih
PARAMETERS
None.
.ih
DESCRIPTION
\fIBack\fR is used after a call to \fIchdir\fR or \fIcd\fR to return to the
previous directory.  Repetitive calls to \fIback\fR may be used to toggle
between two directories.
.ih
EXAMPLES
1. Go to the logical directory "dataio".

	cl> cd dataio

2. Return to the previous directory, and then go back to the dataio directory.

	cl> back;back
.ih
SEE ALSO
chdir, pathnames
.endhelp