| Server IP : 172.67.134.114 / Your IP : 162.159.115.41 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/help/es/gnome-help/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-select" xml:lang="es">
<info>
<link type="guide" xref="files#faq"/>
<credit type="author">
<name>Shaun McCance</name>
<email>[email protected]</email>
</credit>
<revision pkgversion="3.6.0" version="0.2" date="2012-09-28" status="review"/>
<revision pkgversion="3.13.92" date="2014-09-22" status="candidate"/>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Pulse <keyseq><key>Ctrl</key><key>S</key></keyseq> para seleccionar múltiples archivos que tienen nombres similares.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Daniel Mustieles</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2011 - 2018</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Nicolás Satragno</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Francisco Molinero</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jorge González</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
</info>
<title>Seleccionar archivos por patrones</title>
<p>Puede seleccionar archivos de una carpeta en base a un patrón sobre el nombre del archivo. Pulse <keyseq><key>Ctrl</key><key>S</key></keyseq> para abrir la ventana <gui>Seleccionar elementos que coincidan con</gui>. Teclee un patrón que tenga partes comunes de los nombres de archivos y caracteres comodín. Existen dos caracteres comodín disponibles:</p>
<list style="compact">
<item><p><file>*</file> coincide con cualquier número de cualquier carácter, aunque no en todos.</p></item>
<item><p><file>?</file> coincide exactamente con uno de cualquiera de los caracteres.</p></item>
</list>
<p>Por ejemplo:</p>
<list>
<item><p>Si tiene un archivo de texto de OpenDocument, un archivo PDF y una imagen, todos con el mismo nombre base <file>Factura</file>, seleccione los tres con el patrón</p>
<example><p><file>Factura.*</file></p></example></item>
<item><p>Si tiene algunas fotos con nombres tales como <file>Vacaciones-001.jpg</file>, <file>Vacaciones-002.jpg</file>, <file>Vacaciones-003.jpg</file>; selecciónelas con el patrón</p>
<example><p><file>Vacaciones-???.jpg</file></p></example></item>
<item><p>Si tiene fotos como las anteriores pero ha editado alguna de ellas y luego ha añadido <file>-editada</file> al final del nombre de archivo de las fotos editadas, seleccione las fotos editadas con</p>
<example><p><file>Vacaciones-???-editada.jpg</file></p></example></item>
</list>
</page>