Mercurial > hg > Members > kono > nitros9-code
changeset 856:dfbdf7630128
touch.hp moved from level2
author | boisy |
---|---|
date | Wed, 15 Jan 2003 02:08:38 +0000 |
parents | ff3262e34cf6 |
children | ae50448702ca |
files | level1/sys/makefile level1/sys/touch.hp |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/sys/makefile Wed Jan 15 02:08:01 2003 +0000 +++ b/level1/sys/makefile Wed Jan 15 02:08:38 2003 +0000 @@ -11,7 +11,7 @@ inkey.hp kill.hp link.hp list.hp load.hp login.hp makdir.hp \ mdir.hp merge.hp mfree.hp os9gen.hp \ park.hp procs.hp pwd.hp pxd.hp rename.hp save.hp setime.hp \ - setpr.hp shell.hp sleep.hp tee.hp tmode.hp tsmon.hp \ + setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \ tuneport.hp unlink.hp verify.hp xmode.hp ALLOBJS = $(SYSFILES) HELPMSG = helpmsg
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/sys/touch.hp Wed Jan 15 02:08:38 2003 +0000 @@ -0,0 +1,9 @@ +@TOUCH +Syntax: Touch [<opts>] {<path> [<opts>]} +Usage : update the date of a file +Opts : + -c = don't create files + -q = don't quit on error + -x = search execution directory + -z = get files from standard input + -z=<file> get files from <file>