<?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%2Fwc</id>
	<title>Comandos de la terminal/wc - 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%2Fwc"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/wc&amp;action=history"/>
	<updated>2026-04-28T11:13:52Z</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/wc&amp;diff=5128&amp;oldid=prev</id>
		<title>Rrc en 11:22 2 ene 2014</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/wc&amp;diff=5128&amp;oldid=prev"/>
		<updated>2014-01-02T11:22: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;
* [[:#wc | wc]]&lt;br /&gt;
&lt;br /&gt;
== wc ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 wc [options]... [file]...&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ cat WCEjemplo &lt;br /&gt;
Línea Uno&lt;br /&gt;
dos Tres Dos&lt;br /&gt;
quatro&lt;br /&gt;
Línea quatro&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc WCEjemplo &lt;br /&gt;
 4  8 45 WCEjemplo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc -c WCEjemplo &lt;br /&gt;
45 WCEjemplo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc --chars WCEjemplo &lt;br /&gt;
43 WCEjemplo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc --bytes WCEjemplo &lt;br /&gt;
45 WCEjemplo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc -w WCEjemplo &lt;br /&gt;
8 WCEjemplo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc -l WCEjemplo &lt;br /&gt;
4 WCEjemplo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc -L WCEjemplo &lt;br /&gt;
12 WCEjemplo&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc --version&lt;br /&gt;
wc (GNU coreutils) 8.20&lt;br /&gt;
Copyright (C) 2012 Free Software Foundation, Inc.&lt;br /&gt;
License GPLv3+: GNU GPL version 3 or later &amp;lt;http://gnu.org/licenses/gpl.html&amp;gt;.&lt;br /&gt;
This is free software: you are free to change and redistribute it.&lt;br /&gt;
There is NO WARRANTY, to the extent permitted by law.&lt;br /&gt;
&lt;br /&gt;
Written by Paul Rubin and David MacKenzie.&lt;br /&gt;
&lt;br /&gt;
[rrc@Llawyr ComandosDeLaTerminal]$ wc --help&lt;br /&gt;
Usage: wc [OPTION]... [FILE]...&lt;br /&gt;
  or:  wc [OPTION]... --files0-from=F&lt;br /&gt;
Print newline, word, and byte counts for each FILE, and a total line if&lt;br /&gt;
more than one FILE is specified.  With no FILE, or when FILE is -,&lt;br /&gt;
read standard input.  A word is a non-zero-length sequence of characters&lt;br /&gt;
delimited by white space.&lt;br /&gt;
The options below may be used to select which counts are printed, always in&lt;br /&gt;
the following order: newline, word, character, byte, maximum line length.&lt;br /&gt;
  -c, --bytes            print the byte counts&lt;br /&gt;
  -m, --chars            print the character counts&lt;br /&gt;
  -l, --lines            print the newline counts&lt;br /&gt;
      --files0-from=F    read input from the files specified by&lt;br /&gt;
                           NUL-terminated names in file F;&lt;br /&gt;
                           If F is - then read names from standard input&lt;br /&gt;
  -L, --max-line-length  print the length of the longest line&lt;br /&gt;
  -w, --words            print the word counts&lt;br /&gt;
      --help     display this help and exit&lt;br /&gt;
      --version  output version information and exit&lt;br /&gt;
&lt;br /&gt;
Report wc bugs to bug-coreutils@gnu.org&lt;br /&gt;
GNU coreutils home page: &amp;lt;http://www.gnu.org/software/coreutils/&amp;gt;&lt;br /&gt;
General help using GNU software: &amp;lt;http://www.gnu.org/gethelp/&amp;gt;&lt;br /&gt;
For complete documentation, run: info coreutils &amp;#039;wc invocation&amp;#039;&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>