按时间倒序找出数字开头的目录

ls -altr | awk '{print $8}' | grep "^[0-9]"
原文地址:https://www.cnblogs.com/abinxm/p/1659097.html