Ready | Files: 0 | Last: -
📚 コマンド一覧
help : コマンド一覧と説明を表示
pwd : カレントディレクトリ表示
ls [-l] [path] : ディレクトリ一覧。-lで詳細表示
cd <dir> : ディレクトリ移動
mkdir <dir> : ディレクトリ作成
touch <file> : 空ファイル作成
cat <file> : ファイル内容表示
write <file> text : ファイルに上書き
append <file> text : ファイルに追記
rm <file/dir> : ファイル/ディレクトリ削除
mv <from> <to> : ファイル/ディレクトリ移動・リネーム
cp <from> <to> : ファイル/ディレクトリコピー
find <name> : ファイル/ディレクトリ検索
tree [path] : ファイルツリー表示
clear : 画面クリア
edit <file> : テキストエディタ起動
history : コマンド履歴表示
export : ファイルシステムをJSONでエクスポート
import : JSONからファイルシステムをインポート
reset : ファイルシステムをリセット