I have some scripts on my server which I use to maintain it. Some deal with NginX, others with backups, some with user creations, etc. I've written all of these with bash, and it has been working perfectly. But these scripts have become really big and it become really hard to maintain with bash. So I'm thinking of rewriting the scripts in a different language. But I didn't know which language was the best to use with linux.
I use a lot of shell commands, so a language that works well with shell commands would be ideal.