find ./ -type f | awk -F . '{print $NF}' | sort --uniquerecursively list files by specific extension
find . -type f -iname "*.css"
recursively delete them
find . -name "*.html" -type f -delete
find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD fdupes -r / linux_czkawka_gui.AppImage
No comments:
Post a Comment