Quote:
Originally Posted by Fris
prob some awk/sed/regex ninja type stuff
|
Yea, about as far as I wanted to play was cd'ing into a directory and running:
ls -f | awk '/.html/ {print "cat " $1}'|sh
I'm sure there's a way to pipe that into a string, reg-out what you don't want and pipe it back into the file. Then again, I remember there being some nifty perl command line thing for it as well... thus I'm no help, but here's a bump for you.