Usage of head command
The head command is used to display the content at the beginning of the file. By default, the head command displays the first 10 lines of the file. Syntax: head [option]... [file]...
The head command is used to display the content at the beginning of the file. By default, the head command displays the first 10 lines of the file. The specific usage is as follows:
- Syntax: head [option]... [file]...
- Option:
- -c , --bytes=[-]K displays the first K bytes of each file; if the "-" parameter is appended, all remaining contents except the last K bytes of each file are displayed
- - n, --lines=[-]K displays the first K lines of each file; if the "-" parameter is appended, all remaining contents except the last K lines of each file are displayed
- -q, --quiet, --silent Do not display the file header containing the given file name
- -v, --verbose Always display the file header containing the given file name
- --help display This help message and exit
- --version Display version information and exit
- Parameters: File list: Specify the file list to display the header content.
When using the head command, you can choose different options and parameters as needed. For example, to display the first 10 lines of a file, you can use the following command:
head filename.txt
If you want to display the first 5 lines of each file, you can use the following command:
head -n 5 file1.txt file2.txt
If you want To display the first 20 bytes of each file, you can use the following command:
head -c 20 file1.txt file2.txt
In short, the head command is a very practical command line tool for quickly viewing the beginning of the file.
The above is the detailed content of Usage of head command. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

