For Programmers: Free Programming Magazines  


Home > Archive > AWK > March 2004 > awk and soflinks









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author awk and soflinks
vantto

2004-03-19, 8:23 pm

I try to learn to use awk. Now I have to find all links with bash?


Patrick TJ McPhee

2004-03-19, 8:23 pm

In article <ouu0c.599$4P1.367@reader1.news.jippii.net>,
vantto <veli-heikki.anttolainen@jippii.fi> wrote:

% I try to learn to use awk. Now I have to find all links with bash?

It's not a bad idea, but awk will likely not help with this problem.
On the other hand, bash is not a great tool for this, either. Use find
instead

find /top/level/dir -type l
--

Patrick TJ McPhee
East York Canada
ptjm@interlog.com
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com