On Fri, 03 Apr 2009, Perry E. Metzger wrote: > Alan Barrett <a...@cequrux.com> writes: > > It would also make sense to add a sort option to mtree. > > Does mtree -C sort already? I haven't read the sources but it seems to > rearrange what it is fed into a canonicalized order.
No, it doesn't sort; whatever rearranging it does is a side effect of reading into an in-memory data structure and then dumping the data structure. --apb (Alan Barrett)