don't want to put them in a batch all toghether,
and want to get signalled, when each of them is done:
$ while true; do beep; doneIn my case the beep is acutally just the flashing of an xterm window.
Update:
Yes, notify-send is far, far, far superiour, growlnotify on OS X.
Thanks for the pointers!
3 comments:
On Linux, you can use notify-send to pop up a little message on the desktop (see http://www.linuxjournal.com/content/tech-tip-get-notifications-your-scripts-notify-send).
On OS X, I use growlnotify to do the same thing (see http://growl.info/documentation/growlnotify.php).
Btw, alternatively, some terminal emulators (like Konsole, and I think gnome-terminal too) offer activity monitor feature, which can flash the terminal tab or display a notification whenever there's new activity on the terminal.
we are learning every day!
thanks, guys!!!
Post a Comment