I … I think I'd like to learn bash? Do you have any tipps on how to do that? Or should I rather learn python ("automate the boring stuff")?
knowing how to do basic stuff in bash is very helpful in general. the moment im Tempted to define functions in bash i usually switch to something else though.
but in the end, at a certain point programming is programming. Different Languages make different things easier and sometimes use different abstractions but in the end learning one will make learning the next one easier becsuse the "how do i make the computer do this thing" partis pretty transfetable.