1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00
2016-11-11 21:10:29 +01:00
..
2016-11-07 21:23:04 +01:00
2016-11-03 14:32:50 +01:00
2016-11-08 09:28:48 +01:00
2016-11-11 21:10:29 +01:00
2016-10-31 08:41:05 +01:00
2016-11-08 09:48:48 +01:00

Documentation

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
sudo -u u cmd u$^S cmd
top :peek