Skip to content

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

Open
zyronix wants to merge 1 commit intomasterfrom
feature/cut_element_select
Open

Adding support for comma selecting of elements when using cut for example -c -f 1,3#56
zyronix wants to merge 1 commit intomasterfrom
feature/cut_element_select

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