Mercurial > hg > Members > kono > nitros9-code
diff level1/sys/dirsort.hp @ 1956:03750843cffd
Added dirsort.hp
author | boisy |
---|---|
date | Tue, 20 Dec 2005 19:48:11 +0000 |
parents | |
children | 3d26c3a92170 |
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.