aboutsummaryrefslogtreecommitdiff
path: root/pkg/language/doc/back.hlp
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/language/doc/back.hlp
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/language/doc/back.hlp')
-rw-r--r--pkg/language/doc/back.hlp28
1 files changed, 28 insertions, 0 deletions
diff --git a/pkg/language/doc/back.hlp b/pkg/language/doc/back.hlp
new file mode 100644
index 00000000..236d65b2
--- /dev/null
+++ b/pkg/language/doc/back.hlp
@@ -0,0 +1,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