Back to Developer Roadmap

head and tail

src/data/roadmaps/shell-bash/content/[email protected]

4.0718 B
Original Source

head and tail

head and tail are command-line utilities used to display the beginning or end of a file, respectively. head shows the first few lines of a file, while tail shows the last few lines. They are useful for quickly inspecting log files, configuration files, or any text-based data without opening the entire file in a text editor.

Visit the following resources to learn more: