Skip to content

Instantly share code, notes, and snippets.

@meysampg
Created February 9, 2016 11:13
Show Gist options
  • Save meysampg/b4715c7e5853e5f83058 to your computer and use it in GitHub Desktop.
Save meysampg/b4715c7e5853e5f83058 to your computer and use it in GitHub Desktop.
for i in *.css
do
echo $i | wc -m
done | sort -r | head -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment