Skip to content

Instantly share code, notes, and snippets.

@danielm
Created June 15, 2024 17:06
Show Gist options
  • Save danielm/0081781cd8595901911462fbde710c39 to your computer and use it in GitHub Desktop.
Save danielm/0081781cd8595901911462fbde710c39 to your computer and use it in GitHub Desktop.
Max line length ina single file
awk '{print length}' yourfile.csv | sort -nr | head -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment