Cut command
The Linux cut command
- extract portions of text from files or data streams.
- can work with bytes, characters, or delimited fields, allowing you to select specific portions of text based on your criteria.
- can be combined with other utilities like greg to perform more complex operations
https://www.howtogeek.com/775824/how-to-use-the-linux-cut-command/
https://www.geeksforgeeks.org/cut-command-linux-examples/