doc: coreutils for tvdos

This commit is contained in:
minjaesong
2022-09-06 14:55:04 +09:00
parent ff8232d4fb
commit 15d3aeaeea
7 changed files with 64 additions and 32 deletions

View File

@@ -465,6 +465,7 @@ shell.coreutils.erase = shell.coreutils.del
shell.coreutils.rm = shell.coreutils.del
shell.coreutils.ls = shell.coreutils.dir
shell.coreutils.time = shell.coreutils.date
shell.coreutils.md = shell.coreutils.mkdir
// end of command aliases
Object.freeze(shell.coreutils)
shell.stdio = {