19 lines
584 B
Plaintext
19 lines
584 B
Plaintext
All current Halyde shell commands:
|
|
cat Concatenates and prints a file.
|
|
cd Changes directory.
|
|
clear Clears the screen.
|
|
cp Copies a file.
|
|
echo Prints a message.
|
|
fetch Displays system information.
|
|
help Shows this.
|
|
ls Lists files.
|
|
lua Starts the Lua shell.
|
|
mv Moves/renames a file.
|
|
rm Deletes a file.
|
|
|
|
You can get additional information on any app or command by running:
|
|
help [COMMAND]
|
|
|
|
In the help documentation, an asterisk (*) next to an argument means it is optional.
|
|
This is excluding flags, which are all optional.
|