BSD 1 development
authorKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Wed, 23 Nov 1977 20:44:17 +0000 (12:44 -0800)
committerKurt A. Shoens <kurt@ucbvax.Berkeley.EDU>
Wed, 23 Nov 1977 20:44:17 +0000 (12:44 -0800)
Work on file man6/reset.6
Work on file man6/rmtree.6

Synthesized-from: 1bsd

man6/reset.6 [new file with mode: 0644]
man6/rmtree.6 [new file with mode: 0644]

diff --git a/man6/reset.6 b/man6/reset.6
new file mode 100644 (file)
index 0000000..eda90c6
--- /dev/null
@@ -0,0 +1,17 @@
+.th RESET VI 8/24/77
+.sh NAME
+reset \- reset the teletype bits to a sensible state
+.sh SYNOPSIS
+.bd reset
+.sh DESCRIPTION
+.it Reset
+sets the teletype bits to
+``soft-copy terminal standard mode''
+with the erase character set to control-h and the kill character to `@'.
+.it Reset
+is most useful when you crap out in raw mode.
+.sh SEE\ ALSO
+stty (I), stty(II), gtty(II)
+.sh AUTHOR
+Kurt Shoens
+.sh BUGS
diff --git a/man6/rmtree.6 b/man6/rmtree.6
new file mode 100644 (file)
index 0000000..df6be22
--- /dev/null
@@ -0,0 +1,52 @@
+.th RMTREE VI 8/23/77
+.sh NAME
+rmtree \- remove a subtree of the file system
+.sh SYNOPSIS
+.bd rmtree
+[
+.bd \-acfsv
+]
+directory ...
+.sh DESCRIPTION
+.it Rmtree
+can be used to quicky remove subtrees of the file system.
+As this is a potentially disastrous action,
+.it rmtree
+will ask for confirmation of each removal, unless the standard
+input is not a teletype.
+.s3
+Flags interpreted by
+.it rmtree
+include:
+.lp +7 6
+.s3
+\fB\-a\fP      Remove the final directory.
+.s3
+.lp +7 6
+\fB\-c\fP      \fIChmod\fP encountered directories so as to be able
+to remove files in them if they are not writeable.
+.s3
+.lp +7 6
+\fB\-f\fP      Don't ask for confirmation.
+.s3
+.lp +7 6
+\fB\-s\fP      Ask for confirmation.
+.s3
+.lp +7 6
+\fB\-v\fP      Do not remove the directory itself, only its contents
+and the contents of its contents, etc.
+Also don't unlink quota files.
+.i0
+.s3
+Options and arguments may be mixed in any order.
+The default options are
+.bd \-a
+and
+.bd \-s.
+.sh "SEE ALSO"
+find (I), rm (I), cptree (VI), lntree (VI)
+.sh AUTHOR
+Kurt Shoens
+.sh BUGS
+This program is almost too dangerous to exist.
+It should be used with great caution.