How can remove duplicates in a file using UNIX?
Answer Posted / j madhava rao
$sort -u filename will sorts the data and removes the duplicates lines from the output
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How will you move hashed file from one location to another location?
What are the some differences between 7.x and 8.x version of datastage?
Define oconv () and iconv () functions in datastage?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
How do u convert the columns to rows in datastage?
Why do we use link partitioner and link collector in datastage?
What is the difference between datastage and datastage tx?
What are some prerequisites for datastage?
Define Merge?
How we can covert server job to a parallel job?
How to Remove Duplicate using SQL?
how to delete one row in target dataset
sed,awk,head
How you Implemented SCD Type 1 & Type 2 in your project?
How to implement complex jobs in data stage?