Description
Selects fields or character ranges from text with a command-line interface designed to be easier to read than traditional cut commands. It is useful in shell pipelines and quick data extraction tasks.
Use it when you want simple text slicing without writing awk expressions. For complex parsing, structured formats should still be handled with dedicated parsers.