Linux 执行ll命令时指定按文件时间或大小排序

按时间排序:

$ ll -ht

按大小排序:

$ ll -hS

使用--help查看命令的用法,如

$ ll --help
原文地址:https://www.cnblogs.com/emanlee/p/5666699.html