![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Script to delete multiple entries from a file | sidewayz | Shell Programming and Scripting | 1 | 02-14-2008 12:38 PM |
| script to delete files | vats | Shell Programming and Scripting | 12 | 09-01-2007 06:27 AM |
| Automated script to delete the OLD Files | laknar | Shell Programming and Scripting | 1 | 05-10-2007 03:34 AM |
| Script to delete all data from multiple files | uni_ajay_r | Shell Programming and Scripting | 5 | 03-29-2006 12:05 PM |
| when I try to run rm on multiple files I have problem to delete files with space | umen | UNIX for Dummies Questions & Answers | 1 | 09-20-2005 04:20 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hello,
I am working with about 500,000 text files and 90% of them are duplicates. I need a way to delete the duplicate ones. The files are email messages with the following file name examples: 20040129-1457 This is the Subject line.txt 20040129-1457 This is the Subject line-1.txt 20040129-1457 This is the Subject line-2.txt 20040129-1457 This is the Subject line-3.txt 20040129-1457 This is the Subject line-4.txt 20040129-1459 This is the other subject line.txt 20040129-1459 This is the other subject line-1.txt 20040129-1459 This is the other subject line-2.txt 20040129-1459 This is the other subject line-3.txt 20040129-1459 This is the other subject line-4.txt 20040129-1459 This is the other subject line-5.txt etc etc etc... Is there any way to delete the ones that are named with the serial at the end? these files are on a Macintosh running OSX 10.4.3 and it seems that the finder cant handle that many files effectively. A unix script would work better i think. Thanks for any help. Ashu |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|