Search Results

Search: Posts Made By: Nexy
17,716
Posted By Nexy
Hello ! :) Thank you for your help !! ...
Hello ! :)

Thank you for your help !!

For me, the only problem was this line :

unset array[-i]

So I had to replace this line by :

Unset array[$(( ${#array }-1))]

Now it works...
17,716
Posted By Nexy
Values rotation in array with bash
Hello :)

I created a little script that allow to make a rotation of values in an array. The goal was to shift the values to the right and that the last value of the array became the first value in...
5,138
Posted By Nexy
Yes, absolutely. The purpose of the exercice...
Yes, absolutely.

The purpose of the exercice is to be able to manage array ( in C# normally ). I'm able to do this exercice in C#, but I preparing my self to becoming an Linux system-administrator...
5,138
Posted By Nexy
Values rotation in array with bash
Hello :)

I created a little script that allow to make a rotation of values in an array. The goal was to shift the values to the right and that the last value of the array became the first value in...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy