The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
list of files in one Directory
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
list of files in one Directory
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
06-24-2005
jnsimpson02
Registered User
Join Date: Jun 2005
Posts: 5
re: list of files in one Directory
cd /dir
ls -latr (will put it in chronological order)
ls -l | sort +4n (will list out size from low to high)
...i would suggest that you use your man pages.
jnsimpson02
jnsimpson02
View Public Profile
Find all posts by jnsimpson02