kolibrios-gitea/programs/system/shell
Kirill Lipatov (Leency) 939f824d96 Shell 0.4 from Albom
git-svn-id: svn://kolibrios.org@959 a494cfbc-eb01-0410-851d-a64ba20cac60
2008-12-14 11:55:46 +00:00
..
.shell Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
all.h Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_about.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_alias.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_cd.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_date.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_echo.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_exit.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_free.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_help.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_kill.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_ls.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_mkdir.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_more.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_ps.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_pwd.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_reboot.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_rm.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_rmdir.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_touch.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
cmd_ver.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
compile.bat Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
console.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
globals.h Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
kolibri.h Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
kolibri.ld Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
module_alias.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
module_command.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
module_executable.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
module_program.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
module_script.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
prototypes.h Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
readme.txt Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
shell.c Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
stdlib.h Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00
string.h Shell 0.4 from Albom 2008-12-14 11:55:46 +00:00

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