Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. Shell for KolibriOS
  2.   version 0.4
  3.  
  4.   author: Oleksandr Bogomaz aka Albom
  5.   e-mail: albom85@yandex.ru
  6.   site:   http://albom06.boom.ru/
  7.  
  8. Available commands:
  9.   about   Displays information about the program
  10.   alias   Allows the user view the current aliases
  11.   cd      Changes directories
  12.   date    Returns the date and time
  13.   echo    Echoes the data to the screen
  14.   exit    Exits program
  15.   free    Displays total, free and used memory
  16.   help    Gives help
  17.   kill    Stops a running process
  18.   ls      Lists the files in a directory
  19.   mkdir   Makes directory
  20.   more    Displays a data file to the screen
  21.   ps      Lists the current processes running
  22.   pwd     Displays the name of the working directory
  23.   reboot  Reboots the computer
  24.   rm      Removes files
  25.   rmdir   Removes directories
  26.   touch   Creates an empty file or updates the time/date stamp on a file
  27.   ver     Displays version
  28.