The head command has several options, including:
-cor--bytes: Display the first specified number of bytes instead of lines. For example,head -c 20 filename.txtshows the first 20 bytes.-qor--quiet: Suppress the output of the file headers when multiple files are being processed.-vor--verbose: Always output the file headers when multiple files are being processed.--help: Display help information about the command and its options.--version: Show the version information of theheadcommand.
You can combine these options as needed to customize the output.
