Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for comma selecting of elements when using cut for example -c -f 1,3 #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zyronix
Copy link
Collaborator

@zyronix zyronix commented Jul 18, 2024

With the pull request you can do -c -f 1,3 -d ':' to select field 1 and 3 from a file, for example:

field1:field2:field3

With -c -f 1,3 -d ':' would return:

field1:field3

@zyronix zyronix requested a review from Wineh July 18, 2024 09:36
@zyronix zyronix self-assigned this Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant