From 1aa66cba696dc5e07c9231c996a5d8e017d36707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Mon, 11 Sep 2023 18:21:48 +0200 Subject: [PATCH] Upload shells and scripts pt. 2 as a draft --- src/content/blog/shells-and-scripts-part-2.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/content/blog/shells-and-scripts-part-2.md diff --git a/src/content/blog/shells-and-scripts-part-2.md b/src/content/blog/shells-and-scripts-part-2.md new file mode 100644 index 0000000..52a8fe1 --- /dev/null +++ b/src/content/blog/shells-and-scripts-part-2.md @@ -0,0 +1,20 @@ +--- +title: shells and scripts part 2 +description: Key elements and syntax of the Bash scripting language +pubDate: 2023-08-29T09:30:22.058Z +lastEditDate: 2023-08-29T09:30:22.058Z +draft: true +categories: + - learning modern linux +tags: + - linux + - notes +--- + +Hey folks! + +For this article, I've actually made notes from a different book, ie. _Linux - komendy i polecenia (commands and instructions)_ by Ɓukasz Sosna. THis time I'll cover the _practical part_, ie. Bash language's syntax and sample code snippets. + +As always, these are just key takeaways, so if you're aiming to squeeze out every bit of knowledge possible, then I highly recommend you buy this and Michael Hausenblas' book. + +## Variables