From 6e3ef760c7ef2b36c346cc32c094f579362ff3ee Mon Sep 17 00:00:00 2001 From: Leonardo Ruoso Vendramini <35262046+leorv@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:42:08 -0300 Subject: [PATCH] =?UTF-8?q?Added=20Blau=20Ara=C3=BAjo=20Books=20pt-BR=20(S?= =?UTF-8?q?hell/Bash)=20(#8028)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added Blau Araújo Books pt-BR (Shell/Bash) * fix process detail, formating with * * removing Shell POSIX, its not a book. --- books/free-programming-books-pt_BR.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/books/free-programming-books-pt_BR.md b/books/free-programming-books-pt_BR.md index 2b3cb8585..aa6ac3bef 100644 --- a/books/free-programming-books-pt_BR.md +++ b/books/free-programming-books-pt_BR.md @@ -380,8 +380,12 @@ ### Shell / Bash * [Bash Scripting](https://meleu.gitbooks.io/bashscripting/content/) - Meleu (gitbook) +* [Casamento de Padrões no Shell do GNU/Linux](https://blauaraujo.com/downloads/shell-pattern-matching.pdf) - Blau Araújo (PDF) +* [Curso Intensivo de Programação do Bash - Guia de Estudos](https://blauaraujo.com/downloads/cipb-guia.pdf) - Blau Araújo (PDF) +* [Curso Shell GNU](https://blauaraujo.com/downloads/curso-shell-gnu.pdf) - Blau Araújo (PDF) (:construction: *in process*) * [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf) - Aurelio Marinho Jargas (PDF) * [Pequena introdução ao linux e ao Shell Script](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf) (PDF) +* [Pequeno Manual do Programador GNU/Bash](https://blauaraujo.com/downloads/pmpgb.pdf) - Blau Araújo (PDF) ### TypeScript