mirror of
https://github.com/bobbimanners/GNO-Extras.git
synced 2025-03-06 13:29:18 +00:00
Improved the sortdir man page
This commit is contained in:
parent
dea415c018
commit
a044a3fa14
@ -1,9 +1,9 @@
|
|||||||
.TH SORTDIR 1 "Feb 19 2020" "GNO" "Commands and Applications"
|
.TH SORTDIR 1 "Feb 19 2020" "GNO" "Commands and Applications"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.BR sortdir
|
.BR sortdir
|
||||||
\- tool for sorting directories, converting the case of filenames and/or testing the integrity of individual directories or entire ProDOS filesystems
|
\- tool for sorting directories, converting the case of filenames, converting timestamps and testing the integrity of individual directories or entire ProDOS filesystems
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.BR sortdir " [" "-s xxx -n x -rDwcvVh" ]
|
.BR sortdir " [" "-s xxx -n x -d x -f x -rDwcvVh" ]
|
||||||
.IR directory
|
.IR directory
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The
|
The
|
||||||
@ -58,6 +58,22 @@ i: Convert filenames to initial upper case (eg: Read.me)
|
|||||||
.HP
|
.HP
|
||||||
c: Convert filenames to camel case (eg: Read.Me)
|
c: Convert filenames to camel case (eg: Read.Me)
|
||||||
|
|
||||||
|
.IP \fB-d x\fR
|
||||||
|
Modify the on-disk format of the modification and creation time fields, according to the option flag following the \fB-d\fR flag, as follows:
|
||||||
|
.HP
|
||||||
|
o: Convert mtime and ctime fields to the old date/time format used from ProDOS 1.0 to 2.4.2 and all versions of GSOS.
|
||||||
|
.HP
|
||||||
|
n: Convert mtime and ctime fields to the new date/time format used by ProDOS 2.5 and newer versions.
|
||||||
|
|
||||||
|
.IP \fB-f x\fR
|
||||||
|
Enables 'fix mode' which attempts to fix inconsistent information in the directory structure. The options that may be passed following \fB-f\fR are as follows:
|
||||||
|
.HP
|
||||||
|
y: Answer 'yes' to all prompts. Be careful, this could be dangerous!
|
||||||
|
.HP
|
||||||
|
n: Answer 'no' to all prompts. No repairs will be attempted.
|
||||||
|
.HP
|
||||||
|
?: Prompt y/n for each potential repair.
|
||||||
|
|
||||||
.IP \fB-r\fR
|
.IP \fB-r\fR
|
||||||
Enables the recursive descent option. When \fB-r\fR is specified, the
|
Enables the recursive descent option. When \fB-r\fR is specified, the
|
||||||
.BR sortdir
|
.BR sortdir
|
||||||
@ -104,5 +120,7 @@ When the \fB-w\fR option is used to write changes to disk any malfunction of the
|
|||||||
utility could cause severe directory or disk volume corruption, which could result in data loss. Always backup any important disks before using
|
utility could cause severe directory or disk volume corruption, which could result in data loss. Always backup any important disks before using
|
||||||
.BR sortdir
|
.BR sortdir
|
||||||
in write mode.
|
in write mode.
|
||||||
|
.PP
|
||||||
|
The \fB-w\fR option must be passed in order to write any changes to disk, including repairs made using the \fB-f\fR 'fix mode'.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Bobbi Webber-Manners. bobbi.manners@gmail.com.
|
Bobbi Webber-Manners. bobbi.manners@gmail.com.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user