1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-26 04:02:06 +00:00

Add use of DIR device to cheat sheet.

This commit is contained in:
Lars Brinkhoff
2018-03-13 08:36:49 +01:00
parent 419b2258b8
commit 8a9bab2e5d

View File

@@ -14,6 +14,7 @@ The `$` character represents typing ESC.
| ls | ^F | :listf |
| ls dir | dir^F | :listf dir |
| ls / | ^R m.f.d. (file) | :print m.f.d. (file) |
| ls *.foo | ^R dir: second foo | :print dir: second foo |
| more file | ^R file | :print file |
| mkdir dir | ^R dir;..new. (udir) | :print dir;..new. (udir) |
| cd dir | dir$$s | :cwd dir |