talha999
01-30-2004, 01:28 AM
Dear all
how can i sort files by date using ls or any other command
Regards
how can i sort files by date using ls or any other command
Regards
|
Click to See Complete Forum and Search --> : ls sorting by date ?? talha999 01-30-2004, 01:28 AM Dear all how can i sort files by date using ls or any other command Regards Choozo 01-30-2004, 02:03 AM man ls will explain all your options to ls, and ls -lt will sort your files by modify time - most recent date first. ls -lrt will reverse the order showing the most recent date last. talha999 01-30-2004, 02:53 AM Originally posted by Choozo man ls will explain all your options to ls, and ls -lt will sort your files by modify time - most recent date first. ls -lrt will reverse the order showing the most recent date last. thanks for yr reply justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |