Search Results

Search: Posts Made By: tara123
829
Posted By tara123
Thank you very much. It worked.
Thank you very much. It worked.
829
Posted By tara123
this did not work. perl -lpe 's/\s\K\S+/join...
this did not work.

perl -lpe 's/\s\K\S+/join ",", grep {!$seen{$_}++} split ",", $&/e'
829
Posted By tara123
How can I remove partial duplicates and manipulate text?
Hello,

How can I remove partial duplicates and manipulate text in bash using either awk, grep or sed? Thanks.


Input:

ted,"foo,bar,zoo"
john-son,"foot,ben,zoo"
bob,"bar,foot"

...
Showing results 1 to 3 of 3

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