Unix Commands
Unix Commands
COMP 444/5201
Revision 1.4
January 25, 2005
• % ls • % ls -l
– all files except those starting – long format
with a “.” • % ls -al
• % ls -a • % ls -lt
– all – sort by modification time
• % ls -A (latest - earliest)
– all without “.” and “..” • % ls -ltr
– reverse