Print all fields except one.
Section: cut and paste
Exclude selected fields
bash
bash
cut -d, --complement -f2 users.csvExplanation
Useful when one noisy column needs to be removed.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing cut and paste