Using ls command

ls -w1 */  - show only subdirectories in current directory (*/) and display in 1 column (-w1)
ls -c  - sort by date

No comments:

Post a Comment