ls -l | sort 这样写的话,结果是按照ls -l 输出的第一列来排序的。如果我现在要按照 文件名,或者是修改时间来排序,该怎么做呢谢谢! ls -l |sort,怎么 ...
bbs.chinaunix.net