Shell / Commands

cut

English

Overview

A command that extracts a specified column or character position from each line.

Details

A command that extracts a specific field from text by specifying a delimiter or byte position. The basic form uses -d for the field delimiter and -f for which field number to extract, commonly used to pull out a single column from delimited text such as CSV.

More Linux terms