The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 12-01-2004
hellsd hellsd is offline
Registered User
  
 

Join Date: Nov 2004
Posts: 20
still doesn't solve my problem

Your script is great but it doesn't answer my question.

I need to keep the exact uniq content I have in the original file:
(suppose That each line has a pssword which is case sensetive)

So if my input file1 contain:
DAVID, aaBBCC
don, abcDk
kevin
KEVIN
DON, aBcDk

When I activate your script, I get:
david aabbcc
(line case was change)

And this is not what I need, I except to have the exact uniq content:
DAVID, aaBBCC

Again, thank you very much for your efforts and I hope that I will finally have a solution for it.

Roy