Search Results

Search: Posts Made By: Youm
3,380
Posted By Youm
Here is the code that I use now: paste...
Here is the code that I use now:

paste $filein1 $filein2 | nawk ' BEGIN {begdata=0}{
if ((NR>2 && NF==12) || begdata==1) {
for(i=1;i<=NF/2;i++) {
...
3,380
Posted By Youm
Of course, I am on it. Thanks again.
Of course, I am on it. Thanks again.
3,380
Posted By Youm
Thanks a lot, I am very impress, really! It...
Thanks a lot, I am very impress, really!
It works very well for my example but indeed I have forgot to say that
-each line start with 1 or more whitespace
-first value can be negative so first...
3,380
Posted By Youm
awk multiply values contained in 2 different files
Hi Everyone !

I have two files with the same configuration
and I want to multiply corresponding values and write the result in a file.
Let say 2 header lines and then lines of values (with not...
Showing results 1 to 4 of 4

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