<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fless</id>
	<title>Comandos de la terminal/less - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fless"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/less&amp;action=history"/>
	<updated>2026-05-18T11:25:30Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/less&amp;diff=5043&amp;oldid=prev</id>
		<title>Rrc en 03:02 5 dic 2013</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/less&amp;diff=5043&amp;oldid=prev"/>
		<updated>2013-12-05T03:02:24Z</updated>

		<summary type="html">&lt;p&gt;&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;
* [[:#less | less]]&lt;br /&gt;
&lt;br /&gt;
== less ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
less -?&lt;br /&gt;
       less --help&lt;br /&gt;
       less -V&lt;br /&gt;
       less --version&lt;br /&gt;
       less [-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX~]&lt;br /&gt;
            [-b space] [-h lines] [-j line] [-k keyfile]&lt;br /&gt;
            [-{oO} logfile] [-p pattern] [-P prompt] [-t tag]&lt;br /&gt;
            [-T tagsfile] [-x tab,...] [-y lines] [-[z] lines]&lt;br /&gt;
            [-# shift] [+[+]cmd] [--] [filename]...&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ less /usr/share/doc/iputils/bonding.txt&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ~]$ less --help&lt;br /&gt;
&lt;br /&gt;
  -?  ........  --help&lt;br /&gt;
                  Display help (from command line).&lt;br /&gt;
  -a  ........  --search-skip-screen&lt;br /&gt;
                  Search skips current screen.&lt;br /&gt;
  -A  ........  --SEARCH-SKIP-SCREEN&lt;br /&gt;
                  Search starts just after target line.&lt;br /&gt;
  -b [N]  ....  --buffers=[N]&lt;br /&gt;
                  Number of buffers.&lt;br /&gt;
  -B  ........  --auto-buffers&lt;br /&gt;
                  Don&amp;#039;t automatically allocate buffers for pipes.&lt;br /&gt;
  -c  ........  --clear-screen&lt;br /&gt;
                  Repaint by clearing rather than scrolling.&lt;br /&gt;
  -d  ........  --dumb&lt;br /&gt;
                  Dumb terminal.&lt;br /&gt;
  -D [xn.n]  .  --color=xn.n&lt;br /&gt;
                  Set screen colors. (MS-DOS only)&lt;br /&gt;
  -e  -E  ....  --quit-at-eof  --QUIT-AT-EOF&lt;br /&gt;
                  Quit at end of file.&lt;br /&gt;
  -f  ........  --force&lt;br /&gt;
                  Force open non-regular files.&lt;br /&gt;
  -F  ........  --quit-if-one-screen&lt;br /&gt;
                  Quit if entire file fits on first screen.&lt;br /&gt;
  -g  ........  --hilite-search&lt;br /&gt;
                  Highlight only last match for searches.&lt;br /&gt;
  -G  ........  --HILITE-SEARCH&lt;br /&gt;
                  Don&amp;#039;t highlight any matches for searches.&lt;br /&gt;
  -h [N]  ....  --max-back-scroll=[N]&lt;br /&gt;
                  Backward scroll limit.&lt;br /&gt;
  -i  ........  --ignore-case&lt;br /&gt;
                  Ignore case in searches that do not contain uppercase.&lt;br /&gt;
  -I  ........  --IGNORE-CASE&lt;br /&gt;
                  Ignore case in all searches.&lt;br /&gt;
  -j [N]  ....  --jump-target=[N]&lt;br /&gt;
                  Screen position of target lines.&lt;br /&gt;
  -J  ........  --status-column&lt;br /&gt;
                  Display a status column at left edge of screen.&lt;br /&gt;
  -k [file]  .  --lesskey-file=[file]&lt;br /&gt;
                  Use a lesskey file.&lt;br /&gt;
  -K            --quit-on-intr&lt;br /&gt;
                  Exit less in response to ctrl-C.&lt;br /&gt;
  -L  ........  --no-lessopen&lt;br /&gt;
                  Ignore the LESSOPEN environment variable.&lt;br /&gt;
  -m  -M  ....  --long-prompt  --LONG-PROMPT&lt;br /&gt;
                  Set prompt style.&lt;br /&gt;
  -n  -N  ....  --line-numbers  --LINE-NUMBERS&lt;br /&gt;
  -o [file]  .  --log-file=[file]&lt;br /&gt;
                  Copy to log file (standard input only).&lt;br /&gt;
  -O [file]  .  --LOG-FILE=[file]&lt;br /&gt;
                  Copy to log file (unconditionally overwrite).&lt;br /&gt;
  -p [pattern]  --pattern=[pattern]&lt;br /&gt;
                  Start at pattern (from command line).&lt;br /&gt;
  -P [prompt]   --prompt=[prompt]&lt;br /&gt;
                  Define new prompt.&lt;br /&gt;
  -q  -Q  ....  --quiet  --QUIET  --silent --SILENT&lt;br /&gt;
                  Quiet the terminal bell.&lt;br /&gt;
  -r  -R  ....  --raw-control-chars  --RAW-CONTROL-CHARS&lt;br /&gt;
                  Output &amp;quot;raw&amp;quot; control characters.&lt;br /&gt;
  -s  ........  --squeeze-blank-lines&lt;br /&gt;
                  Squeeze multiple blank lines.&lt;br /&gt;
  -S  ........  --chop-long-lines&lt;br /&gt;
                  Chop (truncate) long lines rather than wrapping.&lt;br /&gt;
  -t [tag]  ..  --tag=[tag]&lt;br /&gt;
                  Find a tag.&lt;br /&gt;
  -T [tagsfile] --tag-file=[tagsfile]&lt;br /&gt;
                  Use an alternate tags file.&lt;br /&gt;
  -u  -U  ....  --underline-special  --UNDERLINE-SPECIAL&lt;br /&gt;
                  Change handling of backspaces.&lt;br /&gt;
  -V  ........  --version&lt;br /&gt;
                  Display the version number of &amp;quot;less&amp;quot;.&lt;br /&gt;
  -w  ........  --hilite-unread&lt;br /&gt;
                  Highlight first new line after forward-screen.&lt;br /&gt;
  -W  ........  --HILITE-UNREAD&lt;br /&gt;
                  Highlight first new line after any forward movement.&lt;br /&gt;
  -x [N[,...]]  --tabs=[N[,...]]&lt;br /&gt;
                  Set tab stops.&lt;br /&gt;
  -X  ........  --no-init&lt;br /&gt;
                  Don&amp;#039;t use termcap init/deinit strings.&lt;br /&gt;
  -y [N]  ....  --max-forw-scroll=[N]&lt;br /&gt;
                  Forward scroll limit.&lt;br /&gt;
  -z [N]  ....  --window=[N]&lt;br /&gt;
                  Set size of window.&lt;br /&gt;
  -&amp;quot; [c[c]]  .  --quotes=[c[c]]&lt;br /&gt;
                  Set shell quote characters.&lt;br /&gt;
  -~  ........  --tilde&lt;br /&gt;
                  Don&amp;#039;t display tildes after end of file.&lt;br /&gt;
  -# [N]  ....  --shift=[N]&lt;br /&gt;
                  Horizontal scroll amount (0 = one half screen width)&lt;br /&gt;
      ........  --no-keypad&lt;br /&gt;
                  Don&amp;#039;t send termcap keypad init/deinit strings.&lt;br /&gt;
      ........  --follow-name&lt;br /&gt;
                  The F command changes files if the input file is renamed.&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>