Programming Tutorials

Comment on Tutorial - Sort numbers using arrays in Shell Script By Vivek G



Comment Added by : praveen

Comment Added at : 2012-08-30 19:04:20

Comment on Tutorial : Sort numbers using arrays in Shell Script By Vivek G
does not work.

output:
./number2: line 4: nos[5]: cannot assign list to array member
Original Numbers in array:

Sorted Numbers in Ascending Order:


View Tutorial