Difference between revisions of "Shell"

From KolibriOS wiki
Jump to navigation Jump to search
(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...")
 
m (File_managers template added.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Image:SHELL.png|thumb|right]]
 
[[Image:SHELL.png|thumb|right]]
<CODE>SHELL</CODE> - shell with a base set of commands, a console application (uses console.obj library).
+
'''SHELL''' — shell with a base set of commands, a console application (uses console.obj library).
  
 
== 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;
Line 10: Line 10:
  
 
== Authors ==
 
== Authors ==
Albom, diamond, Pterox, Leency
+
Albom, diamond, Pterox, Leency, rgimad
  
 +
{{File_managers}}
  
[[Category:Filemanagers]]
+
[[Category:Applications]]
 +
[[Category:File_managers]]

Latest revision as of 21:09, 12 January 2022

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