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
Ranked #55.0K
2 Posted Topics
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 | |
Re: 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 |
The End.