3.3.5. 인쇄 입력 (echo)
echo 명령을 사용하여 입력을 화면에 출력합니다.
$out
변수를 사용하여 마지막 쉘 명령 출력을 출력합니다.
구문
echo [input]
예 3.14. echo의 예
출력 입력:
[RHEVM shell (connected)]# echo "Example text!"
[RHEVM shell (connected)]# echo "Example text!"
마지막 출력 출력:
[RHEVM shell (connected)]# echo $out
[RHEVM shell (connected)]# echo $out