23 lines
550 B
TOML
23 lines
550 B
TOML
date = "2023-10-02 09:59:00.127936"
|
|
update = "2023-10-02 10:59:00.127936"
|
|
keywords = ["bash"]
|
|
category = "Guide"
|
|
featured = true
|
|
public = true
|
|
thumbnail = "img/thumbnails/bash.png"
|
|
|
|
[lang.en]
|
|
title = "bash arrays"
|
|
subtitle = "how to work with bash arrays"
|
|
desc = """
|
|
bash scripting can be kind of weird.
|
|
This guide explains how they work without any fuzz.
|
|
"""
|
|
|
|
[lang.de]
|
|
title = "Bash Arrays"
|
|
subtitle = "Wie man mit Bash Arrays arbeitet"
|
|
desc = """
|
|
Bash Skripte sind manchmal etwas seltsam.
|
|
Hier wird erklärt, wie man mit Bash Arrays arbeitet.
|
|
"""
|