Programming Tutorials

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



Comment Added by : niranjan

Comment Added at : 2012-07-31 06:45:46

Comment on Tutorial : Sort numbers using arrays in Shell Script By Vivek G
hii
i have

two varirables

var=4 5 6......n
var1=3 4 5.....n

i want output like this

4-3=2
5-4=1
6-5=1
etc

please give me solution early

this is my project requirement


View Tutorial