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="pa">
4
<link type="guide" xref="files#faq"/>
7
<name>Shaun McCance</name>
8
<email>shaunm@gnome.org</email>
11
<revision pkgversion="3.4.0" date="2012-02-19" status="outdated"/>
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"/>
18
<title>ਫਾਇਲਾਂ ਪੈਟਰਨ ਰਾਹੀਂ ਚੁਣੋ</title>
20
<p>You can select files in a folder using a pattern on the file name.
21
Press <keyseq><key>Ctrl</key><key>S</key></keyseq> to bring up the
22
<gui>Select Items Matching</gui> window. Type in a pattern using
23
common parts of the file names plus wild card characters. There are
24
two wild card characters available:</p>
26
<list style="compact">
27
<item><p><file>*</file> matches any number of any characters, even
28
no characters at all.</p></item>
29
<item><p><file>?</file> matches exactly one of any character.</p></item>
35
<item><p>If you have an OpenDocument Text file, a PDF file, and an
36
image that all have the same base name <file>Invoice</file>, select
37
all three with the pattern</p>
38
<example><p><file>Invoice.*</file></p></example></item>
40
<item><p>If you have some photos that are named like <file>Vacation-001.jpg</file>,
41
<file>Vacation-002.jpg</file>, <file>Vacation-003.jpg</file>; select them all
43
<example><p><file>Vacation-???.jpg</file></p></example></item>
45
<item><p>If you have photos as before, but you've edited some of them and
46
added <file>-edited</file> to the end of the file name of the photos you've
47
edited, select the edited photos with</p>
48
<example><p><file>Vacation-???-edited.jpg</file></p></example></item>