Diferencia entre revisiones de «Shell»

De KolibriOS wiki
Ir a la navegación Ir a la búsqueda
(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...")
 
Línea 3: Línea 3:
  
 
== Main capabilities ==
 
== 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);
+
* 28 basic commands (about, alias, cd, clear, cp, mv, ren, date, echo, exit, free, help, history, kill, ls, mkdir, more, ps, pwd, reboot, rm, rmdir, shutdown, sleep, touch, uptime, ver, waitfor);
 
* Aliases scheme;
 
* Aliases scheme;
 
* History of 5 entered by user commands;
 
* History of 5 entered by user commands;
Línea 10: Línea 10:
  
 
== Authors ==
 
== Authors ==
Albom, diamond, Pterox, Leency
+
Albom, diamond, Pterox, Leency, rgimad
  
  
 
[[Category:Filemanagers]]
 
[[Category:Filemanagers]]

Revisión del 17:52 24 nov 2020

SHELL.png

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

Main capabilities

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

Authors

Albom, diamond, Pterox, Leency, rgimad