this post was submitted on 08 Jul 2024
1 points (100.0% liked)

Linux

4953 readers
246 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 2 months ago

I may actually have a hope of remembering how to access elements of an array in bash now!

[–] [email protected] 0 points 2 months ago (1 children)
[–] [email protected] 0 points 2 months ago (1 children)

There is actually supposed to be a space between the dot and the slash

[–] [email protected] 0 points 2 months ago

Guess I could use the course myself

[–] [email protected] 0 points 2 months ago (1 children)

Bash, and shell script, is kinda funny looking but really does come in handy where I need some glue and a C program or Python is just overkill.

I learned the fastest by pair programming with AI and fixing the scripts.

[–] [email protected] 0 points 2 months ago

I have always preached of jumping on to Python as early as you think you need it. Less papercuts, and transportable across servers (bash and tooling versions are a problem when jumping 5+ years).