Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 254 Bytes

File metadata and controls

23 lines (16 loc) · 254 Bytes

#Command Line Basics Here are a few command line basic tasks that we will be using today

##pwd Where am I?

##cd Change directory

##cd .. Go up one level

##ls List contents

##mkdir Make directory

##rm filename Remove

##mv filename Move the file