Search Results

Search: Posts Made By: attila
1,342
Posted By attila
Hi RudiC, Thanks for suggestion, but we need to...
Hi RudiC,
Thanks for suggestion, but we need to print it into 3 columns. Any idea?

---------- Post updated at 02:58 AM ---------- Previous update was at 02:14 AM ----------

Solved:

awk '{...
1,342
Posted By attila
Convert row to columns start from nth column
Dear All,

We have input like this:

161 57 1378 176 1392 262 1444 441 1548 538 1611 670 1684
241 57...
2,663
Posted By attila
SriniShoo...
SriniShoo (https://www.unix.com/members/302121117.html), it work.

Thank you.
2,663
Posted By attila
Print row on 4th column to all row
Dear All,

I have input :

SEG901 5173 9005 5740
SEG902 5227 5284
SEG903 5284 5346
SEG904 5346 9010
SEG905 5400 5456
SEG906 5456 5511
SEG907 5511 9011
SEG908...
1,337
Posted By attila
hi bartus11, it work..thank you.
hi bartus11,

it work..thank you.
1,337
Posted By attila
Find smallest & largest in every column
Dear All,

I have input like this,

J_15TEST_ASH05_33A22.13885.txt: $$ 1 MAKE SP1501 1 1 4 6101 7392 2 2442 2685 18 3201 4008 20 120 ...
3,432
Posted By attila
Akshay Hegde...
Akshay Hegde (https://www.unix.com/member.php?u=302132521),

I added code "uniq " to end of your code.

#!/bin/bash

awk '
{
x[FNR]=$1
y[FNR]=$2
}

END{
...
3,432
Posted By attila
I have tried in Excel using this algorithm: ...
I have tried in Excel using this algorithm:

http://support.microsoft.com/kb/214096

---------- Post updated at 09:17 AM ---------- Previous update was at 09:14 AM ----------

Intruction when...
3,432
Posted By attila
wisecracker...
wisecracker (https://www.unix.com/member.php?u=302136317), you are right. It is linear interpolation between two point (red).

---------- Post updated at 08:52 AM ---------- Previous update was at...
3,432
Posted By attila
Desired output 10 464310.16 11 ...
Desired output

10 464310.16
11 464310.09
12 464310.02
13 464309.94
14 464309.87
15 464309.80
16 464309.73
17 464309.66
18 464309.58
19 464309.51
20 ...
3,432
Posted By attila
Expand & Interpolation
Dear All,

I have input like this,

infile:
10 464310.16
20 464309.44
30 464309.02
40 464316.93
...
...

Desired output per step:

out_step01:
10 464310.16
11
12 ...
978
Posted By attila
Print previous (non zero)
Dear All,

I have file like this,


13819 32.07 1877.65
0 481.81 2100.86
0 789.35 2274.05
0 4627.61 4421.36
0 5831.52 4855.50
20844 ...
1,464
Posted By attila
Thanks all. I work. Regard.
Thanks all. I work.

Regard.
1,464
Posted By attila
Algoritma: When first column has value 1,...
Algoritma:

When first column has value 1, get greates value of second column until next first column has value 1 again.

Sorry for my english.

---------- Post updated at 06:58 AM ----------...
1,464
Posted By attila
Take greatest value from second column
Dear All,

Please help me, I have file input like this,


1 2142
215 2162
217 2842
285 2862
287 4002
401 4022
403 4822
1 2142
215 2162
217 2842
285 2862
287 4002
401 ...
1,003
Posted By attila
Duplicate third column to every line
Dear All,

I have file input like this:


INP901 5173 4114
INP902 5227
INP903 5284
INP904 5346
INP905 5400
INP906 5456
INP907 5511
INP908 5572
INP909 5622 ...
933
Posted By attila
Yoda, thans for the respon. But I get some...
Yoda, thans for the respon.

But I get some trouble with this lines..

input01_line11.txt

...
...
43158 120 318
43173 120 333
46533 130 93
46548 130 108
46563 ...
933
Posted By attila
Find String and add to next column
Dear All,

I have file input

input01.txt

14193 40 153
14208 40 168
14283 45 243
14298 40 258
14313 41 273
14328 44 288
...
...input02.txt

...
1,518
Posted By attila
Print String Every Specific Line
Dear All,

I have input file like this,

001
059
079
996
758
079
069
059
079
...
...

Desired output:

AA 001
BB 059
1,341
Posted By attila
Replace 2nd Column
Dear All,

I have data like this,

input.txt


A 0B 1828
C 100D 1666,C 200D 1727,C 300D 1783,
A 0B 1786
C 200D 1727,C 100D 1666,C 300D 1783,
C 400D 1812,C 600D 1869,C 500D...
1,303
Posted By attila
It solved, thank you rdcwayx & ...
It solved, thank you rdcwayx & (https://www.unix.com/members/302014515.html)Joseph_TKLee (https://www.unix.com/members/302132857.html)
1,303
Posted By attila
Several columns to two column
Dear All,

I have file :
input.txt

HANDVEL 2201181 1000 180
19 1540 173 1581 316 1652 509 1707
653 ...
1,481
Posted By attila
Thanks pamu & ...
Thanks pamu & (https://www.unix.com/members/302111101.html)msathees, (https://www.unix.com/members/302115485.html)

Solved
1,481
Posted By attila
Calculate 2nd Column Based on 1st Column
Dear All,

I have input file like this.

input.txt

CE2_12-15 3950.00 589221.0 9849709.0 768.0 CE2_12_2012
CE2_12-15 3949.00 589199.0 9849721.0 768.0 CE2_12_2012...
1,297
Posted By attila
work fine, thank you Guru,
work fine, thank you Guru,
Showing results 1 to 25 of 54

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