On 21/11/14 23:57, 積丹尼 Dan Jacobson wrote: > $ man ls > --sort=WORD > sort by WORD instead of name: none (-U), size (-S), time (-t), > version (-v), extension (-X) > > Perhaps add new functionality: inode (-i)
Yes maybe, especially when combined with -R. Do you have a specific use case to help decide on applicability. Note `find | sort` seems more suited for low level access like this. thanks, Pádraig.