⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 esh.def

📁 VRTX 商用嵌入式实时操作系统
💻 DEF
字号:
@dnl ------------------------------------------------------------------------
@dnl
@dnl            Copyright (c) 1992 READY SYSTEMS CORPORATION.
@dnl
@dnl    All rights reserved. READY SYSTEMS' source code is an unpublished
@dnl    work and the use of a copyright notice does not imply otherwise.
@dnl    This source code contains confidential, trade secret material of
@dnl    READY SYSTEMS. Any attempt or participation in deciphering, decoding,
@dnl    reverse engineering or in any way altering the source code is
@dnl    strictly prohibited, unless the prior written consent of
@dnl    READY SYSTEMS is obtained.
@dnl
@dnl
@dnl    Module Name:            esh.def
@dnl
@dnl    Identification:         @(#) 1.6 esh.def
@dnl
@dnl    Date:                   2/28/94  16:58:58
@dnl
@dnl ------------------------------------------------------------------------
@dnl

esh.enabled: no

@dnl Number of commands in the history list

esh.history: 25

@dnl Embedded shell commands

esh.alone.commands: `alias, exit, echo, help, sleep, unalias, setenv, unsetenv, printenv, clearenv, history'

esh.filesystem.commands.common: `cat, cd, cp, devices, ls, mkdir, pwd, rm, rmdir, source'
esh.filesystem.commands.target: `@ifelse(@(board.tool.type),ix86,`, mountvol, umountvol')'
esh.filesystem.commands: `@(esh.filesystem.commands.common)@(esh.filesystem.commands.target)'

esh.network.commands: `arp, ifconfig, netstat, ping, route, routed, traceroute'

esh.nfs.commands: `mount, umount'

esh.usr.commands:

esh.alias.handler: esh_alias
esh.alias.flag: 0
esh.alias.help: `Define an abbreviation for a command'

esh.exit.handler: esh_exit
esh.exit.flag: NO_FORK
esh.exit.help: `Exit the shell'

esh.echo.handler: esh_echo
esh.echo.flag: 0
esh.echo.help: `Echo arguments '

esh.eval.handler: esh_eval
esh.eval.flag: 0
esh.eval.help: `Evaluate C expressions'

esh.help.handler: esh_help
esh.help.flag: 0
esh.help.help: `Help for built-in-commands'

esh.setenv.handler: esh_setenv
esh.setenv.flag: 0
esh.setenv.help: `Set/Display environment variables'

esh.unsetenv.handler: esh_unsetenv
esh.unsetenv.flag: 0
esh.unsetenv.help: `Unset environment variable'

esh.clearenv.handler: esh_clearenv
esh.clearenv.flag: 0
esh.clearenv.help: `Unset all environment variables'

esh.printenv.handler: esh_printenv
esh.printenv.flag: 0
esh.printenv.help: `Print environment variables'

esh.sleep.handler: esh_sleep
esh.sleep.flag: 0
esh.sleep.help: `Sleep for specified number of seconds'

esh.unalias.handler: esh_unalias
esh.unalias.flag: 0
esh.unalias.help: `Remove an alias'

esh.usetenv.handler: esh_usetenv
esh.usetenv.flag: 0
esh.usetenv.help: `Unset environment variable'

esh.history.handler: esh_history
esh.history.flag: 0
esh.history.help: `Display the history list'

esh.cat.handler: esh_cat
esh.cat.flag: 0
esh.cat.help: `Concatenate files'

esh.cd.handler: esh_cd
esh.cd.flag: NO_FORK
esh.cd.help: `Change working directory'

esh.cp.handler: esh_cp
esh.cp.flag: 0
esh.cp.help: `Copy files'

esh.devices.handler: esh_devices
esh.devices.flag: 0
esh.devices.help: `List device names and information'

esh.ls.handler: esh_ls
esh.ls.flag: 0
esh.ls.help: `List contents of a Directory'

esh.mkdir.handler: esh_mkdir
esh.mkdir.flag: 0
esh.mkdir.help: `Make a Directory'

esh.mount.handler: esh_mount
esh.mount.flag: 0
esh.mount.help: `Mount a file system'

esh.umount.handler: esh_umount
esh.umount.flag: 0
esh.umount.help: `Unmount a file system'

esh.pwd.handler: esh_pwd
esh.pwd.flag: 0
esh.pwd.help: `Print working directory'

esh.rm.handler: esh_rm
esh.rm.flag: 0
esh.rm.help: `Remove files'

esh.rmdir.handler: esh_rmdir
esh.rmdir.flag: 0
esh.rmdir.help: `Remove Directories'

esh.source.handler: source_command
esh.source.flag: NO_FORK
esh.source.help: `Read and execute commands from a file'

esh.arp.handler: arp
esh.arp.flag: 0
esh.arp.help: `Display/Add/Delete ARP table entries'

esh.domainname.handler: domainname
esh.domainname.flag: NO_FORK
esh.domainname.help: `Displays the domain name used by DNS'

esh.hostname.handler: hostname
esh.hostname.flag: NO_FORK
esh.hostname.help: `Displays the target name'

esh.hosts.handler: hosts
esh.hosts.flag: NO_FORK
esh.hosts.help: `Displays the hosts table'

esh.nameservers.handler: nameservers
esh.nameservers.flag: NO_FORK
esh.nameservers.help: `Displays the list of supported name servers'

esh.netstat.handler: netstat
esh.netstat.flag: 0
esh.netstat.help: `Displays various protocol statitistics'

esh.ping.handler: ping
esh.ping.flag: 0
esh.ping.help: `Tests if a host is alive'

esh.route.handler: route
esh.route.flag: 0
esh.route.help: `Add/Delete routing table entries'

esh.routed.handler: routed
esh.routed.flag: 0
esh.routed.help: `Routing daemon'

esh.traceroute.handler: traceroute
esh.traceroute.flag: 0
esh.traceroute.help: `Displays the gateway route used to contact a host'

esh.ifconfig.handler: ifconfig
esh.ifconfig.flag: 0
esh.ifconfig.help: `Displays or set interface flags'

esh.slattach.handler: slattach
esh.slattach.flag: 0
esh.slattach.help: `Starts SLIP'

esh.snmpd.handler: snmpmain
esh.snmpd.flag: 0
esh.snmpd.help: `Starts snmp agent'

`@ifelse(@(board.tool.type),ix86,`
esh.mountvol.handler:	mount_new_disk
esh.mountvol.flag:	0
esh.mountvol.help:	`Mount a disk volume'

esh.umountvol.handler:	dismount_disk
esh.umountvol.flag:	0
esh.umountvol.help:	`Dismount a disk volume'
')' @dnl `@ifelse(@(board.tool.type),ix86,`

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -