https://issues.apache.org/bugzilla/show_bug.cgi?id=51409

--- Comment #1 from Mikhail T. <[email protected]> 2011-06-22 
07:20:48 UTC ---
Created attachment 27192
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27192
Add support for some of the sorting options commong to Unix ls: -S, -c, -t, -u,
and -r

This changes the method, with which command-line is parsed in common_list, to
allow arbitrary options.

The recognition for the following options is provided (in addition to -l): -S
(sort by size, bigger files first); -t, -c, and -u (mtime, ctime, and atime
respectively, more recent first); -r (reverse the sorting order).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to