Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~462 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Pooja#

Can anyone explain me the below and please tell me why it is not accepting large number of strings. sed ':a;s/(([^,|]+)[|,].*)\2/\1/;ta;y/,/|/;s/||/|/g' file_nm

Member Avatar for Pooja#
0
291
Member Avatar for lehe

Can anyone explain me the below and please tell me why it is not accepting large number of strings. sed ':a;s/\(\([^,|]\+\)[|,].*\)\2/\1/;ta;y/,/|/;s/||/|/g' file

Member Avatar for Pooja#
0
171

The End.