Linux ls to show only filename date and size. Why not use stat instead of ls ? stat -c "%y %s %n" *. You can get a lot of control about how you list files ...
確定! 回上一頁