array

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
array [2019/04/23 07:50] jonghoonarray [2023/09/05 15:46] (current) – external edit 127.0.0.1
Line 15: Line 15:
 </Code> </Code>
  
-echo -e "" 는 ""안의 \c, \n 등과 같은 백슬래쉬로 표현되는 특수문자의 해석을 가능하게 해준다.+echo -e " " 는 " " 안의 \c, \n 등과 같은 백슬래쉬로 표현되는 특수문자의 해석을 가능하게 해준다. 
 \c는 echo 명령의 줄바꿈 문자를 제거한다. \c는 echo 명령의 줄바꿈 문자를 제거한다.
  
 read name은 name이란 변수의 선언과 동시에 사용자로부터 입력을 받는다. read name은 name이란 변수의 선언과 동시에 사용자로부터 입력을 받는다.
 +
 c의 scanf, 파이썬의 input과 비슷하다고 보면 될 것이다. c의 scanf, 파이썬의 input과 비슷하다고 보면 될 것이다.
  
  • array.1555973441.txt.gz
  • Last modified: 2023/09/05 15:46
  • (external edit)