OSDN Git Service

move chm dir
[sevenzip/7-Zip.git] / sevenzip.sourceforge.jp / chm / cmdline / switches / recurse.htm
diff --git a/sevenzip.sourceforge.jp/chm/cmdline/switches/recurse.htm b/sevenzip.sourceforge.jp/chm/cmdline/switches/recurse.htm
new file mode 100644 (file)
index 0000000..a4f6826
--- /dev/null
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r
+<HTML>\r
+<HEAD>\r
+  <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">\r
+  <TITLE>-r (Recurse subdirectories) switch</TITLE>\r
+  <LINK href="style.css" rel="stylesheet" type="text/css">\r
+</HEAD>\r
+\r
+<BODY>\r
+\r
+<H1>-r (Recurse subdirectories) switch</H1>\r
+\r
+<P>Specifies the method of treating wildcards and filenames on the command line.</P>\r
+\r
+<H4>Syntax</H4>\r
+\r
+<PRE class="syntax">\r
+-r[- | 0]\r
+</PRE>\r
+\r
+\r
+<TABLE>\r
+  <TR><TH width="80">Switch</TH> <TH>Description</TH></TR>\r
+  <TR><TD>-r</TD> <TD>Enable recurse subdirectories.</TD></TR>\r
+  <TR><TD>-r-</TD> <TD>Disable recurse subdirectories. This option is default for all commands.</TD></TR>\r
+  <TR><TD>-r0</TD> <TD>Enable recurse subdirectories only for wildcard names.</TD></TR>\r
+</TABLE>\r
+\r
+<H4>Examples</H4>\r
+\r
+<PRE class="example">\r
+7z l archive.zip *.doc -r-\r
+</PRE>\r
+\r
+<P>lists all <SPAN class="filename">*.doc</SPAN> files\r
+  that belong to the archived root directory\r
+  in the <SPAN class="filename">archive.zip</SPAN> archive.\r
+  </P>\r
+\r
+<PRE class="example">\r
+7z a -tzip archive.zip -r src\*.cpp src\*.h\r
+</PRE>\r
+\r
+<P>adds all <SPAN class="filename">*.cpp</SPAN> and <SPAN class="filename">*.h</SPAN>\r
+  files from directory <SPAN class="filename">src</SPAN> and all it's subdirectories\r
+  to the <SPAN class="filename">archive.zip</SPAN> archive.</P>\r
+\r
+<H4>Commands that can be used with this switch</H4>\r
+\r
+<P>\r
+  <A href="../commands/add.htm">a (Add)</A>,\r
+  <A href="../commands/delete.htm">d (Delete)</A>,\r
+  <A href="../commands/extract.htm">e (Extract)</A>,\r
+  <A href="../commands/list.htm">l (List)</A>,\r
+  <A href="../commands/test.htm">t (Test)</A>,\r
+  <A href="../commands/update.htm">u (Update)</A>,\r
+  <A href="../commands/extract_full.htm">x (Extract with full paths)</A>\r
+</P>\r
+\r
+<H4>See also</H4>\r
+\r
+<P>\r
+  <B>Switches:</B>\r
+  <A href="include.htm">-i (Include)</A>,\r
+  <A href="exclude.htm">-x (Exclude)</A>\r
+</P>\r
+\r
+</BODY>\r
+</HTML>\r