Mercurial > hg > Members > kono > nitros9-code
changeset 286:326238550911
Additional command help
author | boisy |
---|---|
date | Sun, 21 Jul 2002 22:12:06 +0000 |
parents | 5ac4920aa1f7 |
children | cc0d5795003f |
files | level1/sys/binex.hp level1/sys/debug.hp level1/sys/dump.hp level1/sys/exbin.hp level1/sys/login.hp level1/sys/park.hp level1/sys/save.hp level1/sys/sleep.hp level1/sys/tee.hp level1/sys/touch.hp level1/sys/tsmon.hp level1/sys/verify.hp |
diffstat | 12 files changed, 43 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/binex.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@BINEX +Syntax: Binex <path1><path2> +Usage : Convert Binary to S-Record Format
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/debug.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@DEBUG +Syntax: Debug +Usage : Interactive Debugger
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/dump.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@DUMP +Syntax: Dump [<path>] +Usage : Formatted File Dump in Hexadecimal and ASCII
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/exbin.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@EXBIN +Syntax: Exbin <path1><path2> +Usage : Convert S-Record Format to Binary
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/login.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@LOGIN +Syntax: Login +Usage : Timesharing System Log-In
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/park.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@PARK +Syntax: Park <devname> +Usage : Park the heads on a hard disk device
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/save.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@SAVE +Syntax: <path><modname>{<modname>} +Usage : Save memory module(s) in a file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/sleep.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@SLEEP +Syntax: Sleep <tick count> +Usage : Suspend process for a period of time
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/tee.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,3 @@ +@TEE +Syntax: Tee {<path>} +Usage : Copy standard input to multiple output paths
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/touch.hp Sun Jul 21 22:12:06 2002 +0000 @@ -0,0 +1,9 @@ +@TOUCH +Syntax: Touch [<opts>] {<path> [<opts>]} +Function: update the date of a file +Options: + -c = don't create files + -q = don't quit on error + -x = search execution directory + -z = get file names from standard input + -z=<file> get list of file names from <file>