I have done a find (and another). Because the result of the finds add up, I ended with 2 the same file names (and a couple of other names). I would like to exclude one of the duplicates using a regular expression.
Would that be possible?
I have tried (XXX*_VNI)? and ((XXX*_VNI)?) and (XXX*_VNI){1} and ((XXX*_VNI){1}). Nothing.
Can it be done? How?