On Mon, 05 Jan 2004 18:07:23 -0600 Joseph A. Nagy, Jr. wrote:

> Earlier today I tried

> $urlview .gaim/logs/*.log > url-view.txt

> It worked, but the output was a bit nasty. Is there a way to just get 
> the url's from urlview into a txt file?

Depending somewhat of the format of the logfile, then something like

  cat .gaim/logs/*.log | tr ' ' '\n' | grep "http:|www\." >urls.txt
  
You may have to experiment a little with tr.


Morten


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to