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.
via: http://linoxide.com/file-system/find-remove-duplicate-files-linux/
作者:Arun Pyasi 譯者:geekpi 校對:wxy
本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive
對這篇文章感覺如何?
太棒了
0
不錯
0
愛死了
0
不太好
0
感覺很糟
0
More in:Linux中國
如何通過 VLC 使用字幕
使用 VLC 媒體播放器播放和管理字幕的新手指南。
Unix 桌面:在 Linux 問世之前
僅僅開源還不足以實現開放,還需開放標準和建立共識。
Valve 對於 Ubuntu 的 Snap 版本的 Steam 並不滿意:原因何在
你可能會發現,Snap 版本的 Steam 並不如你期待的那樣好,你怎麼看?
Wine 9.0 發布,實驗性地加入了 Wayland 驅動
Wine 的這個新版本正在為未來做好準備!