Linux中國

如何在Linux上找出並刪除重複的文件:FSlint

點擊按鈕來刪除任何你要刪除的文件,並且可以雙擊預覽。

完成這一切後,我們就成功地刪除你系統中的重複文件了。

注意 ,命令行工具默認不在環境的路徑中,你不能像典型的命令那樣運行它。在Ubuntu中,你可以在/usr/share/fslint/fslint下找到它。因此,如果你要在一個單獨的目錄運行fslint完整掃描,下面是Ubuntu中的運行命令:

cd /usr/share/fslint/fslint

./fslint /path/to/directory

這個命令實際上並不會刪除任何文件。它只會列印出重複文件的列表-你需要自己做接下來的事。

$ /usr/share/fslint/fslint/findup --help
find dUPlicate files.
Usage: findup [[[-t [-m|-d]] | [--summary]] [-r] [-f] paths(s) ...]

If no path(s) specified then the current directory is assumed.

When -m is specified any found duplicates will be merged (using hardlinks).
When -d is specified any found duplicates will be deleted (leaving just 1).
When -t is specfied, only report what -m or -d would do.
When --summary is specified change output format to include file sizes.
You can also pipe this summary format to /usr/share/fslint/fslint/fstool/dupwaste
to get a total of the wastage due to duplicates.

fslint help

via: http://linoxide.com/file-system/find-remove-duplicate-files-linux/

作者:Arun Pyasi 譯者:geekpi 校對:wxy

本文由 LCTT 原創翻譯,Linux中國 榮譽推出


本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive

對這篇文章感覺如何?

太棒了
0
不錯
0
愛死了
0
不太好
0
感覺很糟
0
雨落清風。心向陽

    You may also like

    Leave a reply

    您的電子郵箱地址不會被公開。 必填項已用 * 標註

    此站點使用Akismet來減少垃圾評論。了解我們如何處理您的評論數據

    More in:Linux中國