User Tools

Site Tools


ubuntu:openssl:compute_a_checksum_of_a_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:openssl:compute_a_checksum_of_a_file [2021/01/29 15:51] – [Compute an MD5 Checksum for all files in a directory] peterubuntu:openssl:compute_a_checksum_of_a_file [2021/01/29 15:53] (current) – [Compute an MD5 Checksum for all files in a directory] peter
Line 67: Line 67:
 find /home/peter -type f| xargs -d '\n' openssl md5 find /home/peter -type f| xargs -d '\n' openssl md5
 </code> </code>
 +
 +<WRAP info>
 +**NOTE:**  The xargs command takes white space characters (tabs, spaces, new lines) as delimiters.
 +
 +To accommodate for files which may contain spaces, the **-d** option is used to limit xarg delimiters to only the new line characters ('\n').
 +</WRAP>
  
ubuntu/openssl/compute_a_checksum_of_a_file.1611935510.txt.gz · Last modified: 2021/01/29 15:51 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki