Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • and how unique files with different names should be sorted? I.e. what if there reg-file.txt , somefile.txt Commented Oct 4, 2017 at 18:36
  • Does not matter Commented Oct 4, 2017 at 18:37
  • md5sum * | sort is not quite what you are asking for, but it is simple and it will bring groups of identical files together - which is often all one needs - but it does need postprocessing to do exactly what you want. Commented Oct 4, 2017 at 19:52