Shell

From KolibriOS wiki
Revision as of 20:33, 15 October 2013 by Albom (talk | contribs) (Created page with "thumb|right <CODE>SHELL</CODE> - shell with a base set of commands, a console application (uses console.obj library). == Main capabilities == * 25 basic c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
SHELL.png

SHELL - shell with a base set of commands, a console application (uses console.obj library).

Main capabilities

  • 25 basic commands (about, alias, cd, clear, cp, date, echo, exit, free, help, history, kill, ls, mkdir, more, ps, pwd, reboot, rm, rmdir, shutdown, sleep, touch, uptime, ver);
  • Aliases scheme;
  • History of 5 entered by user commands;
  • Possibility to run scripts;
  • Possibility to run console applications.

Authors

Albom, diamond, Pterox, Leency