Search Results

Search: Posts Made By: Annihilannic
3,870
Posted By Annihilannic
No, all it does is assigns the modulus of NR...
No, all it does is assigns the modulus of NR divided by 40 to a new variable, to save having to type NR%40 instead of nr in the rest of the code.
3,870
Posted By Annihilannic
Try this solution: #!/bin/awk -f function...
Try this solution:

#!/bin/awk -f
function printem() {
for (i in a) { print a[i] ; delete a[i] }
for (i in b) { print b[i] ; delete b[i] }
for (i in c) { print c[i] ;...
Showing results 1 to 2 of 2

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