Bug reports

책 내용 중에 수정, 보완해야 될 부분이 있거나 또는 추가하면 좋을 내용이 있으시면
아래 github issues 게시판을 통해 알려주시면 감사하겠습니다.

https://github.com/mug896/make-script/issues


make 4.3 버전의 deb 패키지가 아직 나오지 않았을 경우는 다음 명령을 실행하면 현재 디렉토리에 4.3 버전의 make 실행파일이 생성됩니다.

$ cd `mktemp -d -p /dev/shm` && 
    ( curl -L https://ftp.gnu.org/gnu/make/make-4.3.tar.gz | tar xvz && 
    cd make-4.3 && ./configure && make -j `nproc` && strip make ) && 
    mv make-4.3/make "$OLDPWD" && rm -rf "$PWD" && cd -

Bash shell script 가이드

github

https://mug896.github.io/bash-shell

github 게시판

https://github.com/mug896/bash-shell/issues

Sed stream editor 가이드

github

https://mug896.github.io/sed-stream-editor

github 게시판

https://github.com/mug896/sed-stream-editor/issues

AWK script 가이드

github

https://mug896.github.io/awk-script

github 게시판

https://github.com/mug896/awk-script/issues

Make script 가이드

github

https://mug896.github.io/make-script

github 게시판

https://github.com/mug896/make-script/issues

Macro 가이드

github

https://mug896.github.io/macro

github 게시판

https://github.com/mug896/macro/issues