Search Results

Search: Posts Made By: hk008
1,601
Posted By hk008
Thanks for the neat solution!
It turns out that the tab file requires a tab between the two column so I edited a bit.

awk '{v=($1==x)?v FS $2:v RS $1"\t"$2;x=$1}END{print v}' in_file > out_file

:D

Thanks to Corona688...
1,601
Posted By hk008
[SOLVED] Converting an scim .bin.user file to a stardict tab file possible with awk?
Hi all,

Here is a scim sample.bin.user file
a string1 0
a string2 0
a string3 63
b string4 126
c string5 315
d string6 0
e string7 63
e string8 126...
Showing results 1 to 2 of 2

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