On Sat, Mar 15, 2008 at 3:06 PM, Sevan / Venture37 <[EMAIL PROTECTED]> wrote: > > http://blog.anamazingmind.com/2008/03/real-reason-we-use-linux.html > > > > oh, and before you started to read, to be more comfortable just do > > s/linux/openbsd/g > > > > You mean > %s/linux/openbsd/g
not if you're using sed... which is case sensitive, so you might want to do something like this. lynx -dump http://blog.anamazingmind.com/2008/03/real-reason-we-use-linux.html | sed -e 's/[Ll]inux/OpenBSD/g' | more -- GDB has a 'break' feature; why doesn't it have 'fix' too?

