~ubuntu-branches/ubuntu/saucy/gnome-user-docs/saucy

« back to all changes in this revision

Viewing changes to gnome-help/id/files-select.page

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 23:55:05 UTC
  • mfrom: (2.4.5 sid)
  • Revision ID: package-import@ubuntu.com-20120416235505-45559x5ql5e85q3j
Tags: 3.4.1-1
* New upstream release.
* debian/copyright: Move to copyright 1.0 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-select" xml:lang="id">
 
3
  <info>
 
4
    <link type="guide" xref="files#faq"/>
 
5
 
 
6
    <credit type="author">
 
7
      <name>Shaun McCance</name>
 
8
      <email>shaunm@gnome.org</email>
 
9
    </credit>
 
10
 
 
11
    <revision pkgversion="3.4.0" date="2012-02-19" status="outdated"/>
 
12
 
 
13
    <desc>Press <keyseq><key>Ctrl</key><key>S</key></keyseq> to select multiple
 
14
    files which have similar names.</desc>
 
15
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
16
  
 
17
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
18
      <mal:name>Andika Triwidada</mal:name>
 
19
      <mal:email>andika@gmail.com</mal:email>
 
20
      <mal:years>2011, 2012</mal:years>
 
21
    </mal:credit>
 
22
  </info>
 
23
 
 
24
  <title>Select files by pattern</title>
 
25
 
 
26
  <p>You can select files in a folder using a pattern on the file name.
 
27
  Press <keyseq><key>Ctrl</key><key>S</key></keyseq> to bring up the
 
28
  <gui>Select Items Matching</gui> window. Type in a pattern using
 
29
  common parts of the file names plus wild card characters. There are
 
30
  two wild card characters available:</p>
 
31
 
 
32
  <list style="compact">
 
33
    <item><p><file>*</file> matches any number of any characters, even
 
34
    no characters at all.</p></item>
 
35
    <item><p><file>?</file> matches exactly one of any character.</p></item>
 
36
  </list>
 
37
 
 
38
  <p>For example:</p>
 
39
 
 
40
  <list>
 
41
    <item><p>If you have an OpenDocument Text file, a PDF file, and an
 
42
    image that all have the same base name <file>Invoice</file>, select
 
43
    all three with the pattern</p>
 
44
    <example><p><file>Invoice.*</file></p></example></item>
 
45
 
 
46
    <item><p>If you have some photos that are named like <file>Vacation-001.jpg</file>,
 
47
    <file>Vacation-002.jpg</file>, <file>Vacation-003.jpg</file>; select them all
 
48
    with the pattern</p>
 
49
    <example><p><file>Vacation-???.jpg</file></p></example></item>
 
50
 
 
51
    <item><p>If you have photos as before, but you've edited some of them and
 
52
    added <file>-edited</file> to the end of the file name of the photos you've
 
53
    edited, select the edited photos with</p>
 
54
    <example><p><file>Vacation-???-edited.jpg</file></p></example></item>
 
55
  </list>
 
56
</page>