Skip to content

Latest commit

 

History

History
91 lines (82 loc) · 986 Bytes

cheatSheet.md

File metadata and controls

91 lines (82 loc) · 986 Bytes

Command line Cheat Sheet

rm

Description:

Removes files and directories

Syntax:

rm -d removeMe

cd

Description:

<replace me with your answer>

Syntax:

<replace me with your answer>

pwd

Description:

<replace me with your answer>

Syntax:

<replace me with your answer>

ls

Description:

<replace me with your answer>

Syntax:

<replace me with your answer>

mkdir

Description:

<replace me with your answer>

Syntax:

<replace me with your answer>

touch

Description:

<replace me with your answer>

Syntax:

<replace me with your answer>

echo

Description:

<replace me with your answer>

Syntax:

<replace me with your answer>

mv

Description:

<replace me with your answer>

Syntax:

<replace me with your answer>

cat

Description:

<replace me with your answer>

Syntax:

<replace me with your answer>