<?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%2Fmd5sum</id>
	<title>Comandos de la terminal/md5sum - 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%2Fmd5sum"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/md5sum&amp;action=history"/>
	<updated>2026-04-22T07:47:17Z</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/md5sum&amp;diff=5175&amp;oldid=prev</id>
		<title>Rrc en 18:47 23 ene 2014</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/md5sum&amp;diff=5175&amp;oldid=prev"/>
		<updated>2014-01-23T18:47:35Z</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;
* [[:#md5sum | md5sum]]&lt;br /&gt;
&lt;br /&gt;
== md5sum ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ~]$ md5sum --version&lt;br /&gt;
md5sum (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 Ulrich Drepper, Scott Miller, and David Madore.&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ~]$ md5sum --help&lt;br /&gt;
Usage: md5sum [OPTION]... [FILE]...&lt;br /&gt;
Print or check MD5 (128-bit) checksums.&lt;br /&gt;
With no FILE, or when FILE is -, read standard input.&lt;br /&gt;
&lt;br /&gt;
  -b, --binary         read in binary mode&lt;br /&gt;
  -c, --check          read MD5 sums from the FILEs and check them&lt;br /&gt;
      --tag            create a BSD-style checksum&lt;br /&gt;
  -t, --text           read in text mode (default)&lt;br /&gt;
  Note: There is no difference between binary and text mode option on GNU system.&lt;br /&gt;
&lt;br /&gt;
The following three options are useful only when verifying checksums:&lt;br /&gt;
      --quiet          don&amp;#039;t print OK for each successfully verified file&lt;br /&gt;
      --status         don&amp;#039;t output anything, status code shows success&lt;br /&gt;
  -w, --warn           warn about improperly formatted checksum lines&lt;br /&gt;
&lt;br /&gt;
      --strict         with --check, exit non-zero for any invalid input&lt;br /&gt;
      --help     display this help and exit&lt;br /&gt;
      --version  output version information and exit&lt;br /&gt;
&lt;br /&gt;
The sums are computed as described in RFC 1321.  When checking, the input&lt;br /&gt;
should be a former output of this program.  The default mode is to print&lt;br /&gt;
a line with checksum, a character indicating input mode (&amp;#039;*&amp;#039; for binary,&lt;br /&gt;
space for text), and name for each FILE.&lt;br /&gt;
&lt;br /&gt;
Report md5sum 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;md5sum invocation&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ md5sum ../Downloads/FacturaLibreCFDI_1.7.1.oxt &lt;br /&gt;
6efb6c01e90e725fbd25d7d21f99c7a6  ../Downloads/FacturaLibreCFDI_1.7.1.oxt&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ md5sum ../Downloads/FacturaLibreCFDI_1.7.1.oxt &amp;gt; FacturaLibreCFDI_1.7.1.oxt.MD5SUM&lt;br /&gt;
&lt;br /&gt;
[rrc@pridd ComandosDeLaTerminal]$ md5sum -c FacturaLibreCFDI_1.7.1.oxt.MD5SUM&lt;br /&gt;
../Downloads/FacturaLibreCFDI_1.7.1.oxt: OK&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>