An open API service indexing awesome lists of open source software.

https://github.com/extratone/dupes

A command line application to search for and eliminate duplicate files.
https://github.com/extratone/dupes

Last synced: 4 months ago
JSON representation

A command line application to search for and eliminate duplicate files.

Awesome Lists containing this project

README

          

# dupes
A command line application to search for and eliminate duplicate files.

## man

```
.TH DUPES 1 "11-03-2024" "dupes 0.1.0"
.SH NAME
dupes \- Find and delete duplicate files
.SH SYNOPSIS
dupes [OPTIONS]
.SH DESCRIPTION
dupes is a command-line tool that recursively searches the current
directory for duplicate files and offers to delete them.
.SH OPTIONS
.TP
\fB--show-all\fR
Show all duplicates in a single response.
.TP
\fB--created\fR
Offer to delete only the latest created files.
.SH AUTHOR
David Blue
```