Reputation: 20438
According to the documentation,
http://www.computerhope.com/unix/uuniq.htm
The command can be used to ignore the first n characters
Suppose I wish to have the following
03/08/2002,2,HUST,RICC,53.0,,2.3,J S BULLARD,,2,2,3/3,46.0,,,
03/08/2002,2,HUST,RICC,53.0,,WON,M J WALKER,,10,1,2/2,49.5,,,
Matched as identical based on the first 20 characters. Is there a way to do this?
Upvotes: 4
Views: 4555