📝 Edit page
➕ Add page
head
Start of file
Get the fiirst 10 lines of a file.
$ head file.txt
Get the first 100 lines of a file.
$ head -n 100 file.txt