使用feh时,如何通过修改日期对图形的显示顺序进行排序?
我只知道按名字排序:
feh adf* -S filename手册页也没有指定这一点。谢谢
发布于 2014-05-07 11:11:08
我刚从man feh收到
-S, --sort sort_type
The file list may be sorted according to image parameters.
Allowed sort types are: name, filename, mtime, width, height,
pixels, size, format. For sort modes other than name, filename,
or mtime, a preload run will be
necessary, causing a delay proportional to the number of images in the list.
The mtime sort mode sorts images by most recently modified. To sort by
oldest first, reverse the filelist with --reverse.https://stackoverflow.com/questions/23516054
复制相似问题