Advertisement
Guest User

Untitled

a guest
Dec 13th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. bash-4.1$ perl -e '$d[y///c].="#"for@ARGV;printf"%2d|$d[$_]
  2. ",$_ for+1..$#d' This is a test of the histogram function and how it will count the number of words of specific lengths. This sentence contains a long word 'complexity'.
  3. 1|##
  4. 2|#####
  5. 3|####
  6. 4|######
  7. 5|##
  8. 6|#
  9. 7|
  10. 8|#####
  11. 9|#
  12. 10|
  13. 11|#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement