Shell Commands |
exec
execute child process.
exit (quit)
exit this shell program.
help
show help. list implemented commands.
history
show command history or select history
mcd (cd)
change current directory.
memo
memo of JMichelle development.
menu
show menu list for selecting command.
pwd
print current directory.
select
select file or directory. you can edit or
copy select file (or directory) after select
operation,
Usage:
Commands |
base64 (experimental)
file encode and decode by Mime Base64.
cat
catalog file (view file)
dir (ls)
list file in this directory (or considering
subdirectories)
edit
edit file.
grep (implementation by gnu.regexp - Regular
Expressions For Java)
grep file(s)
Usage:
mmake
compile java source code under current directory.
(with child directories)
split (experimental)
split file into several small files.
Usage and other |