Find Duplicate Files Using the Command Line on a Mac (or Linux)

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 7

  • @jamesbaxter2812
    @jamesbaxter2812 4 місяці тому

    Sir, As I have watched your vid. the way you are taking, I am using a Linux mint. I have over 50000 files and looking at the way you are doing things. it dont work for me. I have a USB hard drive for back ups Can you fix this to work for me, Thanks

  • @jamesbaxter2812
    @jamesbaxter2812 4 місяці тому

    Sir, As I spent about 3ours watching this. below is what I ting you are saying
    $ find ./ -type f -not -empty -not -path './/Library/*' -exec md5sum -r \: > file_list.txt
    find: missing argument to `-exec'.........I have linux mint. I have over 50000 files. I also have a USB drive. it is full as well. so where did I go wring. I am learing this.

  • @Rickmakes
    @Rickmakes  5 років тому

    I have created some video notes on my website: www.rickmakes.com/find-duplicate-files-using-the-command-line-on-a-mac-or-linux/

  • @jamesbaxter2812
    @jamesbaxter2812 4 місяці тому

    your webstie does not work? do you work

    • @Rickmakes
      @Rickmakes  4 місяці тому

      I think my provider was updating their systems. Should be back up now. Thanks for letting me know.

  • @EllipticalMotion
    @EllipticalMotion 3 роки тому

    Once you have your list of more-than-one duplicates how do your remove all but one? Would you add a command that will remove all but the first of each set of duplicates?

    • @Rickmakes
      @Rickmakes  3 роки тому

      I don't know of a command off the top of my head to do that. If I come across an easy way to do it, I'll probably make a video.