1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-25 19:56:53 +00:00

Added FDIR (fast directory listing).

Resolves #313.
This commit is contained in:
Eric Swenson
2016-12-19 08:44:47 -08:00
committed by Lars Brinkhoff
parent a1fffa9481
commit afb4b907c6
4 changed files with 411 additions and 0 deletions

14
doc/_info_/fdir.info Executable file
View File

@@ -0,0 +1,14 @@
There is a new way to list directories on the system called "FDIR".
Output is similiar to the D device, but it is neater and is more convenient
to use.
To use it, type: FDIR <cr>
or: FDIR <directory><cr>
or: FDIR <dev>:<directory><cr>
etc.
Archives, other ITS hosts etc. will work when explicitly specified. If no
directory is given, the current defaults will be used. If the directory is
on disk,a "dskuse %" will be done. The advantage of this program over the
D deviceis that the defaults are not changed (you have to change it back to
DSK to read from it otherwise).