source: other-projects/expeditee-release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/switches/ssc.htm@ 28714

Last change on this file since 28714 was 28714, checked in by ak19, 10 years ago

jts21 - Customising the shared/linux folder for expeditee, meaning that now it's no longer an svn:external from greenstone. Add self extracting 32/64 bit Java 8 JREs, and files + instructions for creating them.

File size: 1.4 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<HTML>
3<HEAD>
4 <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5 <TITLE>-ssc (Set Sensitive Case mode) switch</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>-ssc (Set Sensitive Case mode) switch</H1>
12
13<P>Sets sensitive case mode for file names.</P>
14
15<H4>Syntax</H4>
16
17<PRE class="syntax">
18-scs[-]
19</PRE>
20
21<TABLE>
22 <TR><TH width="80">Switch</TH> <TH>Description</TH></TR>
23 <TR><TD>-ssc</TD> <TD>Set case-sensitive mode. It's default for Posix/Linux systems.</TD></TR>
24 <TR><TD>-ssc-</TD> <TD>Set case-insensitive mode. It's default for Windows systems.</TD></TR>
25</TABLE>
26
27<H4>Example</H4>
28
29<PRE class="example">
307z a archive.7z A*.txt -ssc -r
31</PRE>
32
33<P>compresses all <SPAN class="filename">A*.txt</SPAN> files
34 from current directory and all it's subdirectories. That command doesn't compress
35 <SPAN class="filename">a*.txt</SPAN> files.
36
37<H4>Commands that can be used with this switch</H4>
38
39<P>
40 <A href="../commands/add.htm">a (Add)</A>,
41 <A href="../commands/delete.htm">d (Delete)</A>,
42 <A href="../commands/extract.htm">e (Extract)</A>,
43 <A href="../commands/list.htm">l (List)</A>,
44 <A href="../commands/test.htm">t (Test)</A>,
45 <A href="../commands/update.htm">u (Update)</A>,
46 <A href="../commands/extract_full.htm">x (Extract with full paths)</A>
47</P>
48
49</BODY>
50</HTML>
Note: See TracBrowser for help on using the repository browser.