filename=`ls /home/test/ -ltr |tail -1|awk '{print $NF}'`/home/test/ 替换为你的目录 -ltr就是按修改时间排序 tail -1 取最后一行 awk用于取文件名