| Who | When |
Messages | |
|
|
|
| |
Messages 7-5 deleted by topic administrator between 07-22-2006 09:28 AM and 07-22-2006 10:22 AM |
MrHappy
|
4
|
 |
|
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).
|
| robert
|
3
|
 |
|
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.
|
pbx
|
2
|
 |
|
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.
|
| abrin
|
1
|
 |
|
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.
|