2019-01-10 23:53:16 +01:00
|
|
|
|
|
|
|
Microshell Help
|
|
|
|
-------------
|
|
|
|
General info
|
|
|
|
Author= Jakub Adamski
|
2019-01-11 17:17:03 +01:00
|
|
|
Index number=s444341
|
|
|
|
Limits
|
|
|
|
Max length of line=1000
|
|
|
|
Max number of arguments=100
|
2019-01-10 23:53:16 +01:00
|
|
|
-------------
|
|
|
|
Working commands
|
2019-01-12 15:58:36 +01:00
|
|
|
up/down arrow - commands history
|
2019-01-10 23:53:16 +01:00
|
|
|
help - manual
|
|
|
|
exit - ends microshell
|
2019-01-11 17:17:03 +01:00
|
|
|
cd - changing directory
|
|
|
|
needs exacly 1 argument
|
|
|
|
prints error when more/less
|
|
|
|
spath:
|
|
|
|
help - shows help page
|
|
|
|
0 - turns off displaying current directory
|
|
|
|
1 - turns on displaying current directory
|
2019-01-18 21:41:24 +01:00
|
|
|
showtree:
|
|
|
|
help - shows help page
|
|
|
|
no argument - shows tree of current directory
|
|
|
|
one argument - shows tree of directory in argument
|
|
|
|
showps:
|
|
|
|
help - shows help page
|
|
|
|
prints all process names ond pids
|
|
|
|
mycp:
|
|
|
|
help - shows help page
|
|
|
|
with 2 arguments - copyies file from first argument to
|
|
|
|
file in second argument
|
|
|
|
PATH commands:
|
2019-01-12 15:58:36 +01:00
|
|
|
if you want colors use
|
|
|
|
for example ls --color
|
2019-01-10 23:53:16 +01:00
|
|
|
|
2019-01-11 17:17:03 +01:00
|
|
|
WARNING
|
2019-01-12 15:58:36 +01:00
|
|
|
dont use enviroment shorcuts
|
2019-01-11 17:17:03 +01:00
|
|
|
example cd ~/
|
|
|
|
or echo $HOME
|
|
|
|
-------------
|
|
|
|
q to exit!
|