Replies: 1 comment
-
I have a similar idea for adding awk. A vendor who has a messy index of items, they have to be sorted and properly formated and written to a new file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Another helpful cli tool is awk, especially for structured data.
Maybe have it so that the user needs to count the sum of lines if it has a certain value in another column?
So have another vendor with a bunch of weapons. They have to count how many are slashing-based attack types?
Something like:
And then if column 3 == slashing, tally += column 2.
Beta Was this translation helpful? Give feedback.
All reactions