Cheatsheet & Examples: head
The head command displays the beginning of a file, typically the first 10 lines by default. It is useful for quickly previewing files without opening them entirely.
Display the first 10 lines of a file
Example Usage:head filename.txt
What it does:P...
tech.mrleong.net3 min read