mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 15:27:28 +00:00
1.6 KiB
1.6 KiB
Documentation
- ITS: primer, building
Getting Started Computing at the AI Lab - DDT: manual, commands, colon commands
- MIDAS: manual
- DUMP: manual, format
- TECO: primer, manual, commands
DDT cheat sheet for Unix users
The $ character represents typing ESC.
| Unix command | DDT command | Colon command |
|---|---|---|
| login user | user$u | :login user |
| logout | $$u | :logout |
| ls | ^F | :listf |
| ls dir | dir^F | :listf dir |
| ls / | ^R m.f.d. (file) | :print m.f.d. (file) |
| more file | ^R file | :print file |
| mkdir dir | ^R dir;..new. (udir) | :print dir;..new. (udir) |
| cd dir | dir$$s | :cwd dir |
| cp f1 f2 | $^R f1,f2 | :copy f1,f2 |
| rm file | ^O file | :delete file |
| ln f1 f2 | $^O f1,f2 | :link f1,f2 |
| mv f1 f2 | $$^O f1,f2 | :rename f1,f2 |
| mv file dir | :move file,dir | |
| ps | $$v | :listj |
| killall -9 id | id$j $^X | :job id :kill |