Cut Command

suggest change

Introduction

In Bash, the cut command is useful for dividing a file into several smaller parts.

Syntax

Parameters

Option | Description | —— | —— |-b LIST, --bytes=LIST | Print the bytes listed in the LIST parameter |-c LIST, --characters=LIST | Print characters in positions specified in LIST parameter |-f LIST, --fields=LIST | Print fields or columns |

-d DELIMITER| Used to separate columns or fields

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents