Difference between revisions of "Head (command)"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
  head -c 10 /path/to/file
 
  head -c 10 /path/to/file
 +
 +
[[curl -Is]] https://yourdomain.com/ | head -1
  
  

Revision as of 06:34, 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: