Re: searching the GCC manual (tip of the day)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cut and paste error missed a ">" where a ">>" was needed, fixed below...
---------------------------
echo "<html><head></head><body>" >tmp.htm
echo "<p>Your results..." >>tmp.htm
grep -l -i "$1" *.html | sed 's@\(.*\)@<br><a href="\1">\1<a>@' >> tmp.htm
echo "</body></html>" >>tmp.htm
---------------------------

--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux