> No, I think jijo refers to etongon's website, which is currently at
> http://pornadmin.net/~tongson . Not that it actually contains pr0n; the
> last time I visited there, I say Dragonfly BSD. Is this correct,
> Professor Ed of the Kitchen Sink? =)

LOLs ah yea pornadmin.net doesn't contain any porn, 
for jebus' sake it's just a domain name.
I bet it would be hard to know what does dubious domain 
names like joyangeles.com (sounds like a filipina name) 
really contain.

To stay on topic, you may have problems with spaces in filenames if you use
find /home/shae/src -type f -print | xargs grep -i [strings]

to remedy that use
find /home/shae/src -type f -print0 | xargs -0 grep -i [strings]

-- 
                                                    Eduardo Tongson     
                                                    <i.keepsilent.net>
--
Philippine Linux Users' Group (PLUG) Mailing List
plug@lists.q-linux.com (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to