Skip to content

Instantly share code, notes, and snippets.

@khlam
Last active December 1, 2024 04:57
Show Gist options
  • Select an option

  • Save khlam/101b38c4388e1c55c0f6a6dc3f55831f to your computer and use it in GitHub Desktop.

Select an option

Save khlam/101b38c4388e1c55c0f6a6dc3f55831f to your computer and use it in GitHub Desktop.
cd labels/
grep -h -o '^[0-9]\+' *.txt | sort -n | uniq -c | sort -k2 -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment