mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
Add fdupes to commands.md
This commit is contained in:
parent
2072f06223
commit
ebcd8ffa74
@ -70,6 +70,14 @@ These programs are installed on top of the base system.
|
||||
- List all the directories in a directory, up to 2 levels deep: `tree -d -L 2`
|
||||
- Beautify any JSON output: `<json_output> | jq '.'`
|
||||
- Easily search for a file in a directory and its subdirectories: `fzf`
|
||||
- Show duplicate files in a given directory, with the ability to remove them as well: `fdupes <dir>`
|
||||
- Add `-r` to go through subdirectories
|
||||
- Add `-n` to exclude empty files
|
||||
- Add `-f` to omit the first file in each set of matches
|
||||
- Add `-1` to list each set of matches on a single line
|
||||
- Add `-S` to show the size of each duplicate file
|
||||
- Add `-d` to delete duplicates during execution
|
||||
- Add `-A` to ignore hidden files
|
||||
|
||||
### Inox
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user