Skip to content

Instantly share code, notes, and snippets.

@maxaf
Created May 14, 2010 20:22
Show Gist options
  • Save maxaf/401616 to your computer and use it in GitHub Desktop.
Save maxaf/401616 to your computer and use it in GitHub Desktop.
max@upsight:~/len$ for file in *; do echo ${#file} "$file"; done | sort -n
9 spaces in
10 file names
39 are the prime cause of sysadmin suicide
max@upsight:~/len$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment