Skip to content

Instantly share code, notes, and snippets.

@Juke34
Created February 14, 2022 09:19
# Count column in a file
awk '{print NF}' file | sort -nu | tail -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment