Messages 7-5 deleted by topic administrator between 07-22-2006 09:28 AM and 07-22-2006 10:22 AM
4
MrHappy
02-25-2004
11:51 AM ET (US)
Robert: the beauty of GeekTool is in not having Terminal or Console windows cluttering my workspace up. I pipe the console directly to the desktop as well. Less windows is good, more windows is bad.
(ok. technically GeekTool is writing to a window but you know what I mean).
3
robert
02-18-2004
09:45 PM ET (US)
BEEP!
Wrong answer -- it's called the Console(.app) use it if you have Panther and you'll be free of any PrefPane.
2
pbx
02-16-2004
05:53 PM ET (US)
I do that too. Or "tail -n100 -f /path/to/file" if I need to preload some context. You can also pipe that through sed/awk/perl/colrm for munging in the interest of readability.
1
abrin
02-15-2004
07:54 PM ET (US)
you can also to tail -f /path/to/file, it helps when debugging, because it follows the file.