コンテンツにスキップ

シェルの実装

while(1){

gets();

// 空白区切りで分割

// arg配列に代入

// リダイレクトはfopen -> ストリームをwrite -> fclose

}