Difference between revisions of "Head (command)"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
  
  head -10 /dev/[[urandom]] | sha512sum | cut -b 1-30
+
  head -10 /dev/[[urandom]] | [[sha512sum]] | cut -b 1-30
  
 
  head -c 10 /path/to/file
 
  head -c 10 /path/to/file

Revision as of 11:38, 17 September 2020


head -10 /dev/urandom | sha512sum | cut -b 1-30
head -c 10 /path/to/file


See also

Advertising: