forked from KolibriOS/kolibrios
28 lines
911 B
Plaintext
28 lines
911 B
Plaintext
|
Shell for KolibriOS
|
||
|
version 0.4
|
||
|
|
||
|
author: Oleksandr Bogomaz aka Albom
|
||
|
e-mail: albom85@yandex.ru
|
||
|
site: http://albom06.boom.ru/
|
||
|
|
||
|
Available commands:
|
||
|
about Displays information about the program
|
||
|
alias Allows the user view the current aliases
|
||
|
cd Changes directories
|
||
|
date Returns the date and time
|
||
|
echo Echoes the data to the screen
|
||
|
exit Exits program
|
||
|
free Displays total, free and used memory
|
||
|
help Gives help
|
||
|
kill Stops a running process
|
||
|
ls Lists the files in a directory
|
||
|
mkdir Makes directory
|
||
|
more Displays a data file to the screen
|
||
|
ps Lists the current processes running
|
||
|
pwd Displays the name of the working directory
|
||
|
reboot Reboots the computer
|
||
|
rm Removes files
|
||
|
rmdir Removes directories
|
||
|
touch Creates an empty file or updates the time/date stamp on a file
|
||
|
ver Displays version
|