Search Results

Search: Posts Made By: mleplawy
2,071
Posted By mleplawy
could anyone hlep me with that? pls
could anyone hlep me with that? pls
1,518
Posted By mleplawy
data base update
hello everyone
I need to update data base in file

1-ID
2-Name
3-ID group
4-ID teacher
5-mark list

unique ID is (ID+ID group+ID teacher)
we can append 5 th columns (marks list)

main...
4,062
Posted By mleplawy
cat tmp | tr '\n' ' '
cat tmp | tr '\n' ' '
2,071
Posted By mleplawy
I have a problem with add files to array and with...
I have a problem with add files to array and with compare student ID

awk 'BEGIN {x=0}{z=0}{y=0}

{getline base[x++] < "base" }

{getline input[z++] < "input" }

END
{for (i in base)
...
2,071
Posted By mleplawy
I try put both files to array and after that...
I try put both files to array and after that compare by student ID+teacher ID+class ID. But I do not no its good idea. And I do not now how to print it proper.
2,071
Posted By mleplawy
update base
hello everyone
I need to update data base in file

1-ID
2-Name
3-ID group
4-ID teacher
5-mark list

unique ID is (ID+ID group+ID teacher)
we can append 5 th columns (marks list)

main...
2,213
Posted By mleplawy
count average
Hi Friends,
Can any one help me with count average of student marks in this file (i can not change structure of the input file):

input file:
1 - student ID
2 - student name
3 - group ID
4 -...
2,862
Posted By mleplawy
Could anyone help me with that 2 additional...
Could anyone help me with that 2 additional columns at AWK?
2,862
Posted By mleplawy
Yes , I try it. But i do not understand what...
Yes , I try it.
But i do not understand what means %s?
2,862
Posted By mleplawy
What means? %s What I should change if input...
What means? %s

What I should change if input file will look little bit different:
I add 2 columns, so marks are now at 5 th column

1:John Smith:1:2:2 3 4 5
2:Mark Anderson::2:3:3 2
3:Susan...
2,862
Posted By mleplawy
count average
Hi Friends,
Can any one help me with count average of student marks in this file (i can not change structure of the input file):

input file:

1:John Smith:2 3 4 5
2:Mark Anderson:3 2
3:Susan...
Showing results 1 to 11 of 11

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