Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 268 Bytes

cli_commands.md

File metadata and controls

30 lines (18 loc) · 268 Bytes
layout title description permalink
page
Command Line Commands Covered
Command Line Commands Covered
/exercises/cli_commands/

Command Line Cheatsheet

{% highlight bash %}

$ cd

$ ls

$ pwd

$ touch

$ rm

$ mkdir

$ cp

$ mv

$ man {% endhighlight %}