This website requires JavaScript.
Explore
Help
Sign In
simono41
/
shell-scripte-code
Watch
1
Star
0
Fork
You've already forked shell-scripte-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
579cf09fad
shell-scripte-code
/
doppelte-dateien-finder.sh
2 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
beatysh+omxplayer-vga666-script-addon
2018-11-11 04:24:37 +01:00
find . -type f -print0
|
xargs -0 md5sum
|
sort
|
uniq -w32 -d --all-repeated
=
separate
|
cut -c35-
Reference in a new issue
Copy permalink