Code Comments
Programming Forum and web based access to our favorite programming groups.I try to learn to use awk. Now I have to find all links with bash?
Post Follow-up to this messageIn 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
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.