Table of Contents ▸ List of Commands ▸ List Manipulation ▸ sort_list | ◀ reverse | abs ▶ |
sort_list
Arguments:
- _ordering={ +:Increasing | -:Decreasing },_criterion
Description:
Sort list of selected images according to the specified image criterion.Default values:
ordering=+, criterion=i.
Example of use:
(1;4;7;3;9;2;4;7;6;3;9;1;0;3;3;2) split y sort_list +,i append y
