0

If I want to cat or a list the contents of a file on the page, what is the TempleOS-equivalent of that command?

Evan Carroll
  • 9,518

1 Answers1

1

The TempleOS equivalent of cat is Type. To see ~/Registry.HC.Z, you can run

Type("~/Registry.HC.Z");
Evan Carroll
  • 9,518