(Replying to PARENT post)

Is there any good alternative to bash for stringing together multiple commands with pipes and redirections?

"Real" programming languages usually have painful-to-use APIs for calling commmands, redirecting output, piping one command to another, etc.

๐Ÿ‘คjustin_oaks๐Ÿ•‘3y๐Ÿ”ผ0๐Ÿ—จ๏ธ0

(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