Guest User

Untitled

a guest
Feb 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. IFS=$'n' sorted=($(sort <<<"${array[*]}"))
  2. unset IFS
  3. echo "${sorted[*]}"
  4.  
  5. 1 10 1000 111 12 200 5
Add Comment
Please, Sign In to add comment