changeset 1956:03750843cffd

Added dirsort.hp
author boisy
date Tue, 20 Dec 2005 19:48:11 +0000
parents b377521221d9
children 6b282e7c880f
files level1/sys/dirsort.hp level1/sys/makefile level2/sys/makefile
diffstat 3 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/sys/dirsort.hp	Tue Dec 20 19:48:11 2005 +0000
@@ -0,0 +1,10 @@
+@DIRSORT
+Syntax: dirsort [<path>]
+            Default path is current directory .
+            Dot names ., .., ..., etc. may be use and full or partial path names.
+            ex.  dirsort graphics       dirsort /dd/cmds     dirsort ...
+Usage : Sorts the contents of a directory placing all capitalized names first.
+            That will place subdirectories first if the convention of making
+            directory names upper case is followed. All deleted directory names
+            are placed invisibly placed at the end. That means new entries will
+           appear at the end of the directory list.
--- a/level1/sys/makefile	Tue Dec 20 19:47:47 2005 +0000
+++ b/level1/sys/makefile	Tue Dec 20 19:48:11 2005 +0000
@@ -6,8 +6,8 @@
 HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
 		chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
 		dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
-		dir.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp edit.hp \
-		error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \
+		dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp
+		edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \
 		help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \
 		list.hp load.hp login.hp makdir.hp \
 		mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \
--- a/level2/sys/makefile	Tue Dec 20 19:47:47 2005 +0000
+++ b/level2/sys/makefile	Tue Dec 20 19:48:11 2005 +0000
@@ -12,7 +12,7 @@
 		backup.hp basic09.hp binex.hp build.hp \
 		chd.hp chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp \
 		date.hp dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
-		dir.hp disasm.hp display.hp dmem.hp dmode.hp dsave.hp dump.hp \
+		dir.hp dirsort.hp disasm.hp display.hp dmem.hp dmode.hp dsave.hp dump.hp \
 		echo.hp edit.hp error.hp ex.hp exbin.hp \
 		format.hp free.hp \
 		gfx.hp gfx2.hp grfdrv.hp \