Search Results

Search: Posts Made By: rauchy
3,111
Posted By rauchy
Finaly It's work great. Thanks a lot !
Finaly It's work great.
Thanks a lot !
3,111
Posted By rauchy
It work fine Thanks !
It work fine
Thanks !
3,111
Posted By rauchy
Something is rong in my script ! ...
Something is rong in my script !



FNR==NR {
for(i=1; i<=NF; i++)
a[i, NR]=$i
nf=NF;nr=NR
next
}
{
for(i=1; i<=NF; i++)
b[i, NR]=$i
nbf=NF;nbr=NR
}
END {
for(f=1; f<=nf;f++)...
3,111
Posted By rauchy
{ for(i=1; i<=NF; i++) a[i, NR]=$i ...
{
for(i=1; i<=NF; i++)
a[i, NR]=$i
nf=NF;nr=NR
}

how can process the second file?
3,111
Posted By rauchy
Operations on columns of 2 files
Hi
I have 2 file with many lines and colums and i want to do some operation for each value in the 2 files :

Matrix1 :
a11 a12 a13 a14 ...
a21 a22 a23 a42 ...
a31 a32 a33 a32 ...
...
...
1,591
Posted By rauchy
thanks!
thanks!
1,591
Posted By rauchy
switch line to colomn
Hi
It's possible to switch the line to colon from a file using Perl or AWK?
for example my file have somthing like this:
10 11 12 13 14
20 21 22 23 24
30 31 32 33 34

I want to have a file...
Showing results 1 to 7 of 7

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