Tagged articles
7 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Jul 31, 2024 · Fundamentals

Using Python's os Module to Delete Duplicate Files

This article demonstrates a simple Python method for identifying and removing duplicate files by leveraging the built‑in os module, explaining how to list directory contents, construct file paths, and use os.remove() to delete unwanted copies, complete with example code and usage notes.

OS modulePythonautomation
0 likes · 4 min read
Using Python's os Module to Delete Duplicate Files
Liangxu Linux
Liangxu Linux
Sep 12, 2021 · Operations

Quickly Locate Duplicate Files on Linux with Find and dupeGuru

This guide shows three practical ways to identify duplicate files on Linux—using an advanced find‑pipeline, installing the cross‑platform dupeGuru utility, and a step‑by‑step breakdown of each command in the pipeline, complete with code examples and explanations.

LinuxShelldupeguru
0 likes · 8 min read
Quickly Locate Duplicate Files on Linux with Find and dupeGuru