본문 바로가기
코딩테스트/해커랭크

[easy]A personalized Echo (with shell)

by mozi2 2022. 9. 29.
반응형

*Problem*

Write a Bash script which accepts  as input and displays the greeting "Welcome (name)"

*Input Format*

There is one line of text, .

*Output Format*

One line: "Welcome (name)" (quotation marks excluded).
The evaluation will be case-sensitive.

*Answer*

더보기

- read는 표준 입력(파이프라인 입력 또는 키보드 입력)에서 한 줄의 내용씩 읽어 들이는 명령어 

 

728x90
반응형