2010-10-09 55 views

回答

5

首先,bash是你的shell(命令行解释器),不进行排序。在bash的内部,您可以调用find。命令find不排序。对于排序的结果管道sort

find ... | sort