head (command)

From wikieduonline
Revision as of 15:56, 5 May 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

head -10 /dev/urandom | sha512sum | cut -b 1-30
head -c 10 /path/to/file
curl -Is https://yourdomain.com/ | head -1
du -hs /var/lib/* | sort --human-numeric-sort -rk1 | head -10


Related terms

See also

Advertising: