プログラム・ウェブ開発で使うコマンド(Linux,Windows)

Linux

フォルダ内のファイル・フォルダーをリスト形式で表示

Linux

ls

ディレクトリに移動

Linux

cd

例:cd "ディレクトリ Name"

フォルダーを作成

Linux

mkdir

例:mkdir "folder Name"

Follow me!