Search Results

Search: Posts Made By: Glauco
2,030
Posted By Glauco
Well, if you want the results of this call to be...
Well, if you want the results of this call to be assigned to the variable, you shoud use the "command substitution" operator, which is the backquote " ` ". Note that it's not " ' ".
Also, when...
3,333
Posted By Glauco
Actually, I made quite a lot of mistakes: 1) I...
Actually, I made quite a lot of mistakes:
1) I inverted the two for lines inside the sort function: the loop with the Y index should be inside the one with the R.
2) I forgot to protect the...
3,333
Posted By Glauco
Thanks a lot for both replies! Yes using sort is...
Thanks a lot for both replies! Yes using sort is much simpler, faster, and I feel stupid. :)
Still, I'm confused with that behavior... ripat must be right in that it must have to do with the...
3,333
Posted By Glauco
Problem with arrays in awk
Hello! I'm trying to make a script that will make a list of the files in a source tree and sort them by size. Problem is I've run into a weird problem.
print array[index] will give me numbers like...
Showing results 1 to 4 of 4

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