Skip to content

What is a simple way to count instances of a value in a cell? #1150

Answered by sr320
sr320 asked this question in Q&A
Discussion options

You must be logged in to vote

Awesome Q - how about...

sort | uniq -c | awk '{print $2,$1}'

Replies: 2 comments 1 reply

Comment options

sr320
Mar 16, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by sr320
Comment options

You must be logged in to vote
1 reply
@laurahspencer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants