คำสั่ง ls -t ใน Linux

แฟล็กตัวเลือก ls -t จะเรียงลำดับไฟล์ / รายการไดเร็กทอรีตามเวลา / วันที่

ไวยากรณ์

$ ls -t [options] [file|dir]

ตัวอย่าง

รายการเริ่มต้น:

$ ls
Desktop   Downloads Pictures Templates Videos
Documents Music     Public   todo.txt
$

 

รายการเรียงตามเวลา / วันที่

$ ls -t
Pictures Desktop   Downloads Public    Videos
todo.txt Documents Music     Templates
$

 

รูปแบบรายการยาวเรียงตามวันที่ / เวลา:

$ ls -lt
total 4
drwxr-xr-x 2 user user 120 2011-08-17 18:14 Pictures
-rw-r--r-- 1 user user 131 2011-08-17 18:07 todo.txt
drwxr-xr-x 2 user user  80 2011-08-17 16:52 Desktop
drwxr-xr-x 2 user user  40 2011-08-17 16:52 Documents
drwxr-xr-x 2 user user  40 2011-08-17 16:52 Downloads
drwxr-xr-x 2 user user  40 2011-08-17 16:52 Music
drwxr-xr-x 2 user user  40 2011-08-17 16:52 Public
drwxr-xr-x 2 user user  40 2011-08-17 16:52 Templates
drwxr-xr-x 2 user user  40 2011-08-17 16:52 Videos
$

 


ดูสิ่งนี้ด้วย

Advertising

คำสั่ง LS
ตารางอย่างรวดเร็ว