its_hactrn
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
its_hactrn [2021/01/25 11:41] – larsb | its_hactrn [2024/09/05 00:32] (current) – an” hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **HACTRN Survival Guide** | ||
+ | |||
+ | HACTRN (pronounced “hack tran”) is the DDT debugger and also login shell. | ||
+ | |||
+ | Everywhere '' | ||
+ | |||
+ | ^UNIX ^DDT ^Colon command^ | ||
+ | |login: user | user'' | ||
+ | | logout | '' | ||
+ | | TERM=vt52 | | :tctyp vt52 | | ||
+ | | TERM=vt100 | | :crtsty vt100 | | ||
+ | | ls | '' | ||
+ | | ls dir | dir'' | ||
+ | | ls / | '' | ||
+ | | ls *.foo | '' | ||
+ | | more file | '' | ||
+ | | mkdir dir | '' | ||
+ | | cd dir | dir'' | ||
+ | | cp f1 f2 | '' | ||
+ | | rm file | '' | ||
+ | | ln f1 f2 | '' | ||
+ | | mv f1 f2 | '' | ||
+ | | mv file dir | :move file,dir | | ||
+ | | emacs | emacs'' | ||
+ | | ps | '' | ||
+ | | kill pid | pid'' | ||
+ | | sudo -u u cmd | u'' | ||
+ | | top | peek'' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | '' | ||
+ | | fg | '' | ||
+ | | bg | '' | ||