If I want to cat or a list the contents of a file on the page, what is the TempleOS-equivalent of that command?
Asked
Active
Viewed 422 times
0
Evan Carroll
- 9,518
1 Answers
1
The TempleOS equivalent of cat is Type. To see ~/Registry.HC.Z, you can run
Type("~/Registry.HC.Z");
Evan Carroll
- 9,518