mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Upload shells and scripts pt. 2 as a draft
This commit is contained in:
parent
2760d1c403
commit
1aa66cba69
20
src/content/blog/shells-and-scripts-part-2.md
Normal file
20
src/content/blog/shells-and-scripts-part-2.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user