(Replying to PARENT post)
Tcl would be a good choice here - https://www.tcl.tk/man/tcl8.5/tutorial/Tcl26.html
๐คdraegtun๐3y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Powershell core.
It's actually usable and allows to use .net tools if you need to break out the big guns.
Main drawback is the stupid channel thing, but that's manageable.
๐คHdS84๐3y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
"Real" programming languages usually have painful-to-use APIs for calling commmands, redirecting output, piping one command to another, etc.