Which option is used to define the delimiter in the cut command?
Explanation
In the cut command, the -d option specifies the delimiter or field separator character, allowing you to define how the input is split into fields.
In the cut command, the -d option specifies the delimiter or field separator character, allowing you to define how the input is split into fields.