Skip to content

Instantly share code, notes, and snippets.

@r3b
Created August 14, 2014 16:28
Show Gist options
  • Save r3b/7cb34a19c0008e4f36d3 to your computer and use it in GitHub Desktop.
Save r3b/7cb34a19c0008e4f36d3 to your computer and use it in GitHub Desktop.
Various file stats from the command line
awk '{ if ( length > x ) { x = length } }END{ print x }' $1
awk '(NR==1||length<x){x=length} END {print x}' $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment