I want to make some graphical dialogs for my script but don't know how.
I hear something about GTK-Server or something like that.
If someone knows how to link Bash with tcl/tk I also be satisfied.
Please do not …
How do I make sure that all my background processes have finished execution before I exit my script (TCL/Bash).
I was thinking of writing all my background process pids to a pidfile. And then at the end pgrep the …