diff --git a/books/free-programming-books-ko.md b/books/free-programming-books-ko.md index 112ac9b4984f0850114b2afaac8cae2e33e9590a..6d5703fe3b26f68f3361f31ae094d9aac87743df 100644 --- a/books/free-programming-books-ko.md +++ b/books/free-programming-books-ko.md @@ -2,6 +2,7 @@ * [Amazon Web Service](#amazon-web-service) * [Assembly Language](#assembly-language) +* [AWK](#AWK) * [C](#c) * [C++](#cpp) * [Docker](#docker) @@ -27,6 +28,7 @@ * [Ruby](#ruby) * [Rust](#rust) * [Scratch](#scratch) +* [Sed](#Sed) * [Unicode](#unicode) @@ -40,6 +42,11 @@ * [PC Assembly Language](http://pacman128.github.io/static/pcasm-book-korean.pdf) - Paul A. Carter (PDF) +### AWK + +* [AWS 스크립트](https://mug896.github.io/awk-script) + + ### C * [씹어먹는 C](https://github.com/kev0960/ModooCode/raw/master/book/c/main.pdf) - 이재범 (PDF) @@ -187,6 +194,11 @@ * [창의컴퓨팅(Creative Computing) 가이드북](http://digital.kyobobook.co.kr/digital/ebook/ebookDetail.ink?barcode=480150000247P) +### Sed + +* [sed stream editor](https://mug896.github.io/sed-stream-editor) + + ### Unicode * [번역 Unicode 이모티콘에 얽힌 이것저것 (이모티콘 표준과 프로그래밍 핸들링)](http://pluu.github.io/blog/android/2020/01/11/unicode-emoji/)