in reply to Help!!! How to find duplicates?
Try separating each function call with something other than a comma, like a special character. Then you can split that string on that character and grep out the duplicates.
Better yet, forgo putting the calls in a string and put them in an array and then grep that.
|
|---|