From 323c7f177ec76fa64dfe239806d0f5ba365c51c7 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 30 Apr 2013 14:04:20 +0200 Subject: Reset to only use the basic LZMA SDK (Unix). Change-Id: Ic7607229197f74cdf88c46684b1413e00466185d Reviewed-by: Niels Weber --- src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm | 59 ---------------------- 1 file changed, 59 deletions(-) delete mode 100644 src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm (limited to 'src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm') diff --git a/src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm b/src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm deleted file mode 100644 index 845b8d899..000000000 --- a/src/libs/7zip/unix/DOCS/MANUAL/commands/delete.htm +++ /dev/null @@ -1,59 +0,0 @@ - - - - - d (Delete) command - - - - - -

d (Delete) command

- -

Deletes files from archive.

- -

Example

- -
-7z d archive.zip *.bak -r
-
- -

deletes *.bak files from archive - archive.zip.

- - -

Notes

- -

7-Zip doesn't uses the system wildcard parser. 7-Zip doesn't -follow the archaic rule by which *.* means any file. 7-Zip treats -*.* as matching the name of any file that has an extension. To process -all files, you must use a * wildcard.

- - -

Switches that can be used with this command

- -

- -i (Include)
- -m (Method)
- -p (Set Password)
- -r (Recurse)
- -u (Update)
- -w (Working Dir)
- -x (Exclude) -

- -

See also

- -

- Commands: - a (Add), - u (Update) -

- -

- Switches: - -u (Update) -

- - - -- cgit v1.2.3