Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 221 Bytes

UNIX CLI.md

File metadata and controls

11 lines (8 loc) · 221 Bytes

Computer Fundamentals - bli

UNIX CLI

cd - # go to the previous directory
ls -l # list in a long form
ls -al # show all of the files
ls -ltr # everything in long form, ordered by time in reverse order