Search Results

Search: Posts Made By: satyar
1,433
Posted By satyar
Thanks a lot...it worked :)
Thanks a lot...it worked :)
1,433
Posted By satyar
Join Command
Hi,
Please explain the working process of join command.

File 1
P B
S A
C AFile2
C B
P A
S DBut the output of join command is...
join File1.txt File2.txt
P B A
S A DBut I guess the...
1,212
Posted By satyar
I am trying to solve using awk...
I am trying to solve using awk...
1,212
Posted By satyar
Arranging columns in a line
Hi,
Please give a solution...

Current File

200101701 A 5 B 283 D 222
200085506 A 5 B 6 C 304
200081406 A 5
200101784 ...
1,466
Posted By satyar
Hi, I managed to do this.... Code...
Hi,
I managed to do this....
Code given below...

BEGIN {FS = "*"}
a[$1]= a[$1]"*" $2 "*" $3
END{for(i in a)
print i a[i] > "satya_new.txt"
...
1,466
Posted By satyar
Hi, I am slightly changing the requirement....
Hi,

I am slightly changing the requirement.
Please help.

I have a single file like..

001078401*A*001
001078401*B*065
00107840*A*001
001078401*C*001
00107840*D*065
001078401*E*1200...
1,466
Posted By satyar
Merging two files baased on condition
Hi All,
I have two below files(fileds separated by space).

File1
001078401 A 5A1
001078401 B 085
001030035 A 5A1
001030035 B 085
...
Showing results 1 to 7 of 7

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