Guest User

Untitled

a guest
May 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. ruby -e 'puts $stdin.readlines.sort_by{|l| l=~/([\d.]+)(\w)/;$1.to_i*(1024**%w{_ K M G}.index($2))}'
Add Comment
Please, Sign In to add comment