ComputerCraft非公式JapanWiki - システム:ターミナルコマンド一覧

ターミナルコマンド一覧


basic
コマンド名使い方説明
alias?alias <alias> <program>programの別名を登録します
apis現在のAPIの一覧を表示します
cd?cd <path>
clearclear画面に表示されているテキストを消去します
copy?cp <source> <destination>
delete?
drive?
edit?edit <path>
eject?eject <drive>
exitexit現在のシェルを終了します。シェルを複数起動していなければ、shutdownと同じ動作をします
gps?
help?helphelpコマンドの簡単な使い方を表示します
help indexhelpのすべての記事の一覧を表示します
help <コマンド名>指定されたコマンドの使い方を表示します
help <API名>APIの簡単な説明と関数一覧を表示します
help helpapihelp API のヘルプを表示します(コマンドとapi同名のため)
id?
label?
list?
lua?
mkdirmkdir <path>
monitor?monitor <name> <program> <arguments>
move?mv <source> <destination>
programs?
rebootコンピュータを再起動します
redstone?
rename?rename <source> <destination>
shell?
shutdown?
time?
typetype <path>
advanced
コマンド名使い方説明
bg
fg
multishell
http
コマンド名使い方説明
pastebin?pastebin put <filename>
pastebin get <code> <filename>
pastebin run <code> <arguments>
pocket
コマンド名使い方説明
falling
rednet
コマンド名使い方説明
chat
repeat
turtle
コマンド名使い方説明
craftcraftインベントリにあるアイテムをクラフトします。turtle.craft([作成個数])を参考ください
craft <number>指定個数クラフトします
dance
equip?equip <slot> <side>
excavate?excavate <diameter>
go?
refuel?refuel [number]
tunnel?tunnel <length>
turn?turn <direction> <turns>
unequip?unequip <side>
fun
コマンド名使い方説明
adventure
djdj play
dj play <drive>
dj stop
hello
worm
fun/advanced
コマンド名使い方説明
paintpaint <path>
redirection
command
コマンド名使い方説明
commandscommandsexec命令で利用可能なコマンドのリストを表示します
exec例:"exec setblock ~0 ~1 ~0 minecraft:dirt"コマンドブロックで実行可能なコマンドを、ComputerCraftのターミナルから実行するコマンドです