7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
clear - clears the screen<br/>
|
|
pwd - shows the working directory<br/>
|
|
mkdir - creates a new directory<br/>
|
|
cd - changes the working directory<br/>
|
|
rm - deletes a file or directory<br/>
|
|
help - displays this help message<br/>
|
|
type help [command] to show more details<br/> |