Sorting by date

This commit is contained in:
Digital Studium
2023-10-14 13:56:53 +03:00
parent 240e531e0d
commit d35620c75d
21 changed files with 3 additions and 43 deletions

View File

@@ -1,8 +1,6 @@
---
title: "BASH: arrays and hashmaps"
category: bash-lifehacks
filename: bash-arrays-and-hashmaps
date: 2023-05-07T13:35:26.956Z
date: 2023-05-07
---
Sometimes there is a need to use in BASH such structures as lists (also known as arrays) and dictionaries (also known as hashmaps and associative arrays). In this post there are some samples how to work with them.
<!--more-->