Cheat Sheet #day57 - head
head Command Cheatsheet
The head command is used to display the first part of a file or output. It is commonly used to quickly view the beginning of files or outputs, often to check file contents or inspect logs.
Syntax
head [OPTION]... [FILE]...
Co...
cloudtuned.hashnode.dev2 min read