head command means Print the first 10 lines of each FILE to standard output.
Syntax
head [OPTION]… [FILE]…
On the man page, the describes it
- head – output the first part of files.
- man head– More details information about head command.
head command in Linux with Examples
$ head devopsroles.csv
Conclusion
head