Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 353 Bytes

command-line.md

File metadata and controls

12 lines (11 loc) · 353 Bytes

command line is the dialogue window, developer talk to computers.

pwd : present work directory cd : change directory ls : list all the files rm : remove a file cp : copy a file touch : create a new file cat : output the content in the file followed mkdir: create a directory help : get help for usage clear : clear the content on the screen of terminal