1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-26 12:12:12 +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

View File

@@ -772,6 +772,11 @@ expect ":KILL"
respond "*" ":link sys;ts copy,sys;ts print\r"
respond "*" ":link sys;ts listf,sys;ts print\r"
# fdir
respond "*" ":midas sys2;ts fdir_syseng;fdir\r"
respond "Use what filename instead?" "gren;\r"
expect ":KILL"
# timoon
respond "*" ":midas sys1;ts timoon_syseng;timoon\r"
expect ":KILL"