annotate level1/sys/dirsort.hp @ 3109:118cd9951d24

Small fixups in level 3 boot script And add it and the boot list to the coco3 build.
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 28 Feb 2016 22:48:32 +0100
parents 3d26c3a92170
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1956
03750843cffd Added dirsort.hp
boisy
parents:
diff changeset
1 @DIRSORT
03750843cffd Added dirsort.hp
boisy
parents:
diff changeset
2 Syntax: dirsort [<path>]
1959
3d26c3a92170 Better format for 80 column screen
robert
parents: 1956
diff changeset
3 Default path is current directory .
3d26c3a92170 Better format for 80 column screen
robert
parents: 1956
diff changeset
4 Dot names ., .., ..., etc. may be use and full or partial path names.
3d26c3a92170 Better format for 80 column screen
robert
parents: 1956
diff changeset
5 ex. dirsort graphics dirsort /dd/cmds dirsort ...
1956
03750843cffd Added dirsort.hp
boisy
parents:
diff changeset
6 Usage : Sorts the contents of a directory placing all capitalized names first.
1959
3d26c3a92170 Better format for 80 column screen
robert
parents: 1956
diff changeset
7 That will place subdirectories first if the convention of making
3d26c3a92170 Better format for 80 column screen
robert
parents: 1956
diff changeset
8 directory names upper case is followed. All deleted directory names
3d26c3a92170 Better format for 80 column screen
robert
parents: 1956
diff changeset
9 are placed invisibly placed at the end. That means new entries will
3d26c3a92170 Better format for 80 column screen
robert
parents: 1956
diff changeset
10 appear at the end of the directory list.