블로그
- Echo Through Time (시간을 넘어 울려 퍼지다)에코타임 dark, you've felt the pain Life can knock you down, but rise again Every small act, every choice you make Even in storms, even in pain You can bring hope, you can change a life You won't just live, you'll echo
- Nothing But Thieves - Crazy Nothing But Thieves - Crazy I when remember Probably I remember I remember that Is me crazy make mind when lost I my Is that make me crazy There was something Is that make me crazy place so about that pleasant
- Linux compile시 error 위치 확인 하기 쉽도록 도와주는 script!! /bin/bash if [ -n "$1" ]; then echo make -j$1 make -j$1 2>&1 | \tee . /make.log else make 2>&1 | \tee ./make.log && \grep -nri --color error .
- makefile 에서 @echo 와 echo 의 차이 그래서 보통 @echo 블라 블라 라고 쓴다. 5.2 Command Echoing Normally make prints each command line before it is executed Typically you would use this for a command whose only effect is to print something, such as an echo command