Wie kann ich den aktuellen Namen des laufenden Prozesses in einen GNOME-Terminal-Tabulatortitel (oder eine Titelleiste, wenn nur eine Registerkarte vorhanden ist) einfügen?
- UPDATE -
Zur Verdeutlichung möchte ich, dass der Tabulatortitel aktualisiert wird, wenn ich einen Prozess ausführe, zum Beispiel:
# title is currently "bash"
$ find / -name foo # while searching for foo, title is "find"
$ # title is once again "bash"
$ less /proc/cpuinfo # title changes to "less"
$ man ls # title changes to man
$ # title returns to "bash"