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