annotate level1/sys/dirsort.hp @ 3295:6b7a7b233925
default tip
makefile: Allow PORTS with level1/2 mix
https://sourceforge.net/p/nitros9/feature-requests/10/
author |
Tormod Volden <debian.tormod@gmail.com> |
date |
Tue, 19 Apr 2022 18:12:17 +0200 |
parents |
3d26c3a92170 |
children |
|
rev |
line source |
1956
|
1 @DIRSORT
|
|
2 Syntax: dirsort [<path>]
|
1959
|
3 Default path is current directory .
|
|
4 Dot names ., .., ..., etc. may be use and full or partial path names.
|
|
5 ex. dirsort graphics dirsort /dd/cmds dirsort ...
|
1956
|
6 Usage : Sorts the contents of a directory placing all capitalized names first.
|
1959
|
7 That will place subdirectories first if the convention of making
|
|
8 directory names upper case is followed. All deleted directory names
|
|
9 are placed invisibly placed at the end. That means new entries will
|
|
10 appear at the end of the directory list.
|