Updated November 2016; see History
In the list of switches below, note that like the AMOS version, you can abbreviate any switch to the minimum number of unique characters (e.g. /C for /CONTIGUOUS, etc.).
|
Switch |
Function |
|
/1 |
Eliminates the directory and size information from the output. When combined with the /NATIVE switch, it produces just a list of filenames (file.ext), similar to the UNIX ls -1 command. Added in 6.1.1354. |
|
/A |
Adate: displays last access date. |
|
/AT |
Atime: displays last access time. |
|
Displays file "c date." | |
|
/CON |
Displays a "C" to identify "contiguous" files. (Note that under A-Shell, this really just means the file is a multiple of 512 bytes.) |
|
/CTIME |
Displays file "c time". Usually used with /CDATE. See notes under CDATE for differences between the "c date" under AMOS/Windows and UNIX. |
|
/D |
Data: displays complete filespecs. (See VERIFY for notes on a use for this switch.) |
|
/F |
Full: same as /H/CON/V |
|
/H |
Display hash code |
|
/K |
Kill: delete and replace listfile |
|
/LONG |
Changes the default display layout to 10.3 format instead of 6.3 format. |
|
/MAX:n |
Display only files with n or fewer blocks |
|
/MIN:n |
Display only files with n or more blocks |
|
/MAXDAYS:# |
Omits from the display any files that have been modified more than # days ago. |
|
/MAXSECS:# |
Omits from the display any files that have been modified more than # seconds ago. |
|
/MINDAYS:# |
Omits from the display any files that have been modified less than # days ago. |
|
/MINSECS:# |
Omits from the display any files that have been modified less than # seconds ago. |
|
/NA {:len} |
NATIVE: displays files in the native format |
|
/NOFILES |
Omit filenames; just output totals |
|
/Q |
Query: prompt for confirmation on each input file. (Standard switch) |
|
/SEXT |
Sort by ascending extensions |
|
/SNAME |
Sort by ascending filenames |
|
/SNODEV |
Removes primary sort on DEVICE; see SNOxxx. |
|
/SNOPPN |
Removes primary sort on DEVICE; see SNOxxx. |
|
/SSIZE |
Sort by ascending file sizes |
|
/SUDATE |
Sort by ascending update dates |
|
/UDATE |
Display file update (last modified) dates |
|
/UTIME |
Display file update (last modified) times |
|
/V |
Display file version if available. Also see VERSYS. |
|
/WARN |
Forces DIR to display the message "Warning: skipping incompatible filespec" when applicable. This message was displayed by default (i.e., without the /WARN switch) in versions of DIR before 3.0(140). |
|
/W:n |
Wide: display in n columns (default n=4) |
|
/? |
Writes switch listing and usage info to the screen. |
History
2016 November, A-Shell 6.3.1534, DIR.LIT 3.3(160): Added MEMREQ switch