head
head command
head shows the first 10 lines (by default) of one or more files.
```bash
head -n 25 filename.txt
Above example will show the first 25 lines of the file called filename.txt
head shows the first 10 lines (by default) of one or more files.
```bash
head -n 25 filename.txt
Above example will show the first 25 lines of the file called filename.txt