Difference between revisions of "Head (command)"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
+
{{lowercase}}
  
 
  head -10 /dev/[[urandom]] | [[sha512sum]] | cut -b 1-30
 
  head -10 /dev/[[urandom]] | [[sha512sum]] | cut -b 1-30

Revision as of 12:39, 24 March 2022

head -10 /dev/urandom | sha512sum | cut -b 1-30
head -c 10 /path/to/file
curl -Is https://yourdomain.com/ | head -1


Related terms

See also

Advertising: