About 50 results
Open links in new tab
  1. How to find (and delete) duplicate files - Ask Ubuntu

    for Ubuntu, another way is to open Files, search (control-f) for a given extension (eg .mp3), and then sort on file name; this will allow to delete duplicates by hand, and at the same time show the locations of …

  2. How to eliminate duplicate files - Ask Ubuntu

    May 10, 2020 · # Search for duplicate files over 10MB with a progress bar rmlint -T "df" --size 10M -g # Start the optional graphical frontend to rmlint called Shredder rmlint --gui rmlint finds space waste …

  3. How to find duplicate files with same content, but with same or ...

    Oct 14, 2020 · Closed 5 years ago. I often end up with duplicate files with same content, but with same or different names while doing the literature study. How to find and delete the duplicate files from …

  4. How to delete duplicate files with fdupes? - Ask Ubuntu

    Aug 18, 2012 · When I run fdupes it finds more than 30,000 duplicate files. I need to keep one file and delete all the other duplicates (because some of them are systemfiles). Please give me a command …

  5. How to prevent grep from printing the same string multiple times?

    Oct 5, 2015 · The Unix philosophy is to have tools that do one thing and do them well. In this case, grep is the tool that selects text from a file. To find out if there are duplicates, one sorts the text. To …

  6. Find duplicate files: keep older version - Ask Ubuntu

    May 26, 2015 · I need a command line tool to remove duplicate files. There are several. But I could not find one which always keeps the older files and deletes the newer versions. I tried finddup, duff, …

  7. apt - How to fix "W: Duplicate sources.list entry"? - Ask Ubuntu

    Apr 10, 2012 · The easy and effective way to remove these is to note which repositories are reported as duplicates by apt-get update and remove them via the Software Center. Open it and choose Edit -> …

  8. How can I find duplicate photos? - Ask Ubuntu

    Sep 12, 2010 · 22 FSlint fslint is a graphical program that can find duplicate files of any type by md5sum. If the images are not identical, they won't be flagged as duplicates. The image below shows a bunch …

  9. How to clean duplicates existing in one folder from another recursively ...

    If by "duplicate" we mean two files which share the same relative path, then you could use find and xargs to remove the duplicates. For example, suppose you have ~/tmp% tree A A └── Excellent …

  10. How do I find and delete duplicate music tracks? - Ask Ubuntu

    The I made a file from random data and copied its contents to another files. When I run fdupes -rd the software finds the two exact files and asks which one to delete. If you have lots of files, you can use …