XINU
|
XINUが提供するシェル(XINUシェル)
More...Files | |
file | addargs.c [code] |
XINUシェルが作成したコマンドプロセスのスタックに引数argv(任意個)のローカルコピーを追加する。 | |
file | lexan.c [code] |
file | shell.c [code] |
file | xsh_argecho.c [code] |
引数を順に表示する。 | |
file | xsh_arp.c [code] |
file | xsh_cat.c [code] |
file | xsh_clear.c [code] |
ディスプレイウィンドウをクリアする(xtermやVT100を想定している) | |
file | xsh_date.c [code] |
file | xsh_devdump.c [code] |
file | xsh_echo.c [code] |
STDOUT(標準出力)に引数に指定した文字列を出力する。 | |
file | xsh_exit.c [code] |
XINUシェルにおけるexitコマンドを提供する。 | |
file | xsh_help.c [code] |
file | xsh_kill.c [code] |
file | xsh_ls.c [code] |
file | xsh_memdump.c [code] |
file | xsh_memstat.c [code] |
file | xsh_netinfo.c [code] |
file | xsh_ping.c [code] |
file | xsh_ps.c [code] |
file | xsh_rdstest.c [code] |
file | xsh_sleep.c [code] |
file | xsh_udpdump.c [code] |
file | xsh_udpecho.c [code] |
file | xsh_udpserver.c [code] |
file | xsh_uptime.c [code] |
XINUが提供するシェル(XINUシェル)