stadard error가 프로세스 수행하면 막 뜨는데 이걸 파일이나 어디 다른데다가 기록하게 할 수 없는지 방법을 찾아야했는데 이런게 있다. 괜찮네.. 간단하고.. std 관련 설명 [a] stdin - Use to get input (keyboard) i.e. data going into a program. [b] stdout - Use to write information (screen) [c] stderr - Use to write error message (screen) I/O streams 숫자의 의미 The Unix / Linux standard I/O streams with numbers: Handle Name Description 0 stdin Standard input 1 stdout ..