summaryrefslogtreecommitdiff
path: root/rst/man/rm.rst
diff options
context:
space:
mode:
Diffstat (limited to 'rst/man/rm.rst')
-rw-r--r--rst/man/rm.rst41
1 files changed, 41 insertions, 0 deletions
diff --git a/rst/man/rm.rst b/rst/man/rm.rst
new file mode 100644
index 0000000..0832e27
--- /dev/null
+++ b/rst/man/rm.rst
@@ -0,0 +1,41 @@
+.. -*- mode: rst -*-
+
+
+=================================
+The :program:`s3qlrm` command
+=================================
+
+Synopsis
+========
+
+::
+
+ s3qlrm [options] <directory>
+
+Description
+===========
+
+.. include:: ../include/about.rst
+
+The |command| command recursively deletes files and directories on an
+S3QL file system. Although |command| is faster than using e.g.
+:command:`rm -r``, the main reason for its existence is that it allows
+you to delete immutable trees (which can be created with
+:program:`s3qllock`) as well.
+
+Be warned that there is no additional confirmation. The directory will
+be removed entirely and immediately.
+
+
+Options
+=======
+
+The |command| command accepts the following options:
+
+.. pipeinclude:: ../../bin/s3qlrm --help
+ :start-after: show this help message and exit
+
+.. include:: ../include/postman.rst
+
+.. |command| replace:: :command:`s3qlrm`
+