Posted by JDS on 06/20/05 17:01
On Sun, 19 Jun 2005 07:02:14 -0500, WCB wrote:
> But it still lacks recursive abilities.
> I played with SED a bit. It still seems
> to need a script to walk a tree.
Use "find" combined with "perl" (if you are using a unixy OS)
find . -name "*html" -exec perl -p -i- e 's/$/<br>/' {} \;
later...
--
JDS | jeffrey@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
[Back to original message]
|