<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Flocate</id>
	<title>Comandos de la terminal/locate - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Flocate"/>
	<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/locate&amp;action=history"/>
	<updated>2026-04-07T14:07:27Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/locate&amp;diff=5243&amp;oldid=prev</id>
		<title>Rrc: Página creada con &#039;__NOTOC__ *  locate  == locate ==  &lt;syntaxhighlight lang=&quot;bash&quot;&gt;  [root@Llawyr ~]# locate --help Usage: locate [OPTION]... [PATTERN]... Search for entries in a mlo...&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/locate&amp;diff=5243&amp;oldid=prev"/>
		<updated>2014-02-26T17:04:12Z</updated>

		<summary type="html">&lt;p&gt;Página creada con &amp;#039;__NOTOC__ * &lt;a href=&quot;#locate&quot;&gt; locate&lt;/a&gt;  == locate ==  &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;  [root@Llawyr ~]# locate --help Usage: locate [OPTION]... [PATTERN]... Search for entries in a mlo...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#locate | locate]]&lt;br /&gt;
&lt;br /&gt;
== locate ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# locate --help&lt;br /&gt;
Usage: locate [OPTION]... [PATTERN]...&lt;br /&gt;
Search for entries in a mlocate database.&lt;br /&gt;
&lt;br /&gt;
  -A, --all              only print entries that match all patterns&lt;br /&gt;
  -b, --basename         match only the base name of path names&lt;br /&gt;
  -c, --count            only print number of found entries&lt;br /&gt;
  -d, --database DBPATH  use DBPATH instead of default database (which is&lt;br /&gt;
                         /var/lib/mlocate/mlocate.db)&lt;br /&gt;
  -e, --existing         only print entries for currently existing files&lt;br /&gt;
  -L, --follow           follow trailing symbolic links when checking file&lt;br /&gt;
                         existence (default)&lt;br /&gt;
  -h, --help             print this help&lt;br /&gt;
  -i, --ignore-case      ignore case distinctions when matching patterns&lt;br /&gt;
  -l, --limit, -n LIMIT  limit output (or counting) to LIMIT entries&lt;br /&gt;
  -m, --mmap             ignored, for backward compatibility&lt;br /&gt;
  -P, --nofollow, -H     don&amp;#039;t follow trailing symbolic links when checking file&lt;br /&gt;
                         existence&lt;br /&gt;
  -0, --null             separate entries with NUL on output&lt;br /&gt;
  -S, --statistics       don&amp;#039;t search for entries, print statistics about each&lt;br /&gt;
                         used database&lt;br /&gt;
  -q, --quiet            report no error messages about reading databases&lt;br /&gt;
  -r, --regexp REGEXP    search for basic regexp REGEXP instead of patterns&lt;br /&gt;
      --regex            patterns are extended regexps&lt;br /&gt;
  -s, --stdio            ignored, for backward compatibility&lt;br /&gt;
  -V, --version          print version information&lt;br /&gt;
  -w, --wholename        match whole path name (default)&lt;br /&gt;
&lt;br /&gt;
Report bugs to mitr@redhat.com.&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# locate --version&lt;br /&gt;
mlocate 0.26&lt;br /&gt;
Copyright (C) 2007 Red Hat, Inc. All rights reserved.&lt;br /&gt;
This software is distributed under the GPL v.2.&lt;br /&gt;
&lt;br /&gt;
This program is provided with NO WARRANTY, to the extent permitted by law.&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# locate --count man&lt;br /&gt;
20142&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# locate screencast&lt;br /&gt;
/home/rrc/screencast.webm&lt;br /&gt;
/home/rrc/screencastRAW20140215.webm&lt;br /&gt;
/home/rrc/.kde4/share/apps/RecentDocuments/screencast.webm.desktop&lt;br /&gt;
/usr/lib64/chromium-browser/resources/inspector/screencastView.css&lt;br /&gt;
/usr/share/blender/2.69/scripts/addons/space_view3d_screencast_keys.py&lt;br /&gt;
/usr/share/blender/2.69/scripts/addons/__pycache__/space_view3d_screencast_keys.cpython-33.pyc&lt;br /&gt;
/usr/share/blender/2.69/scripts/addons/__pycache__/space_view3d_screencast_keys.cpython-33.pyo&lt;br /&gt;
/usr/share/gnome-shell/js/ui/screencast.js&lt;br /&gt;
/usr/share/gnome-shell/js/ui/status/screencast.js&lt;br /&gt;
/usr/share/help/C/evince/figures/synctex_screencast.ogv&lt;br /&gt;
/usr/share/help/en_GB/evince/figures/synctex_screencast.ogv&lt;br /&gt;
/usr/share/help/es/evince/figures/synctex_screencast.ogv&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# locate [Ss]creencast&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# locate -r [Ss]creencast&lt;br /&gt;
/home/rrc/screencast.webm&lt;br /&gt;
/home/rrc/screencastRAW20140215.webm&lt;br /&gt;
/home/rrc/.kde4/share/apps/RecentDocuments/screencast.webm.desktop&lt;br /&gt;
/usr/lib64/chromium-browser/resources/inspector/screencastView.css&lt;br /&gt;
/usr/share/blender/2.69/scripts/addons/space_view3d_screencast_keys.py&lt;br /&gt;
/usr/share/blender/2.69/scripts/addons/__pycache__/space_view3d_screencast_keys.cpython-33.pyc&lt;br /&gt;
/usr/share/blender/2.69/scripts/addons/__pycache__/space_view3d_screencast_keys.cpython-33.pyo&lt;br /&gt;
/usr/share/dbus-1/interfaces/org.gnome.Shell.Screencast.xml&lt;br /&gt;
/usr/share/gnome-shell/js/ui/screencast.js&lt;br /&gt;
/usr/share/gnome-shell/js/ui/status/screencast.js&lt;br /&gt;
/usr/share/help/C/evince/figures/synctex_screencast.ogv&lt;br /&gt;
/usr/share/help/en_GB/evince/figures/synctex_screencast.ogv&lt;br /&gt;
/usr/share/help/es/evince/figures/synctex_screencast.ogv&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr ~]# locate -r ^\/home\/rrc\/[Ss]creencast&lt;br /&gt;
/home/rrc/screencast.webm&lt;br /&gt;
/home/rrc/screencastRAW20140215.webm&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>