커널을 컴파일 할때 make 사용하는데...
진행상황이 화면에 출력되잖아요...
그것을 화면에 출력안되게 할 수 없나요...
make 프로그램은 돌아가고...
곧바로 다른 프로그램을 실행시키고 싶은데요...
make > /dev/null 2>&1 &
>와 2>는 stdout, stderr를 /dev/null로 보낸다는 뜻. &는 make를 background process로 한다는 뜻.
-s 옵션을 붙이면 되는 것으로 압니다.
-s Silent operation; do not print the commands as they are executed.
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
redirection and bg
make > /dev/null 2>&1 &
>와 2>는 stdout, stderr를 /dev/null로 보낸다는 뜻.
&는 make를 background process로 한다는 뜻.
-s 옵션을 붙이면 되는 것으로 압니다.
-s 옵션을 붙이면 되는 것으로 압니다.
-s Silent operation; do not print the commands as they are executed.
댓글 달기