User Tools

Site Tools


soft:shell-tips-and-tricks

Shell tips & tricks & oneliners

Find files having same content in a directory

find . -type f -exec md5sum {} + | sort | uniq -w32 -dD
soft/shell-tips-and-tricks.txt · Last modified: 2026/06/30 12:55 by phil