echo
説明
すべての入出力を画面にエコー出力します。
このコマンドは通常スクリプト内で使用します。
構文
echo
例
コメントを出力するには、以下のように指定します。
3/11/08 2:15 PM AllApplications>>
3/11/08 2:16 PM echo "this is a test"
3/11/08 2:16 PM this is a test
echo
すべての入出力を画面にエコー出力します。
このコマンドは通常スクリプト内で使用します。
echo
コメントを出力するには、以下のように指定します。
3/11/08 2:15 PM AllApplications>>
3/11/08 2:16 PM echo "this is a test"
3/11/08 2:16 PM this is a test