Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-24 Thread Ashley Sheridan
On Wed, 2010-02-24 at 14:24 +, Ashley Sheridan wrote: > On Wed, 2010-02-24 at 09:22 -0500, Andrew Ballard wrote: > > > On Wed, Feb 24, 2010 at 5:12 AM, Ashley Sheridan > > wrote: > > > On Wed, 2010-02-24 at 09:18 +, Pete Ford wrote: > > >> sudo ln -s /bin/cat /bin/dog > > >> sudo ln -s /

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-24 Thread Ashley Sheridan
On Wed, 2010-02-24 at 09:22 -0500, Andrew Ballard wrote: > On Wed, Feb 24, 2010 at 5:12 AM, Ashley Sheridan > wrote: > > On Wed, 2010-02-24 at 09:18 +, Pete Ford wrote: > >> sudo ln -s /bin/cat /bin/dog > >> sudo ln -s /bin/cat /bin/rabbit > >> sudo ln -s /bin/cat /bin/rat > >> > >> Sorted...

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-24 Thread Andrew Ballard
On Wed, Feb 24, 2010 at 5:12 AM, Ashley Sheridan wrote: > On Wed, 2010-02-24 at 09:18 +, Pete Ford wrote: >> sudo ln -s /bin/cat /bin/dog >> sudo ln -s /bin/cat /bin/rabbit >> sudo ln -s /bin/cat /bin/rat >> >> Sorted... >> > > > But now they're in /bin, surely at some point you'll want to exe

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-24 Thread Ashley Sheridan
On Wed, 2010-02-24 at 09:18 +, Pete Ford wrote: > On 24/02/10 08:20, shiplu wrote: > > Lots of confusion! > > > > So I tried this, > > > > $ for x in cat dog rabbit rat; do echo -n "$x "; if whatis $x> > > /dev/null; then echo found; else echo not found; fi ; done; > > cat found > > dog not fo

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-24 Thread Pete Ford
On 24/02/10 08:20, shiplu wrote: Lots of confusion! So I tried this, $ for x in cat dog rabbit rat; do echo -n "$x "; if whatis $x> /dev/null; then echo found; else echo not found; fi ; done; cat found dog not found rabbit not found rat not found That's easy to fix: sudo ln -s /bin/cat /b

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-24 Thread shiplu
Lots of confusion! So I tried this, $ for x in cat dog rabbit rat; do echo -n "$x "; if whatis $x > /dev/null; then echo found; else echo not found; fi ; done; cat found dog not found rabbit not found rat not found -- Shiplu Mokaddim My talks, http://talk.cmyweb.net Follow me, http://twitter.

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-23 Thread Jim Lucas
Paul M Foster wrote: On Tue, Feb 23, 2010 at 11:05:14PM +, Ashley Sheridan wrote: On Tue, 2010-02-23 at 15:06 -0800, Daevid Vincent wrote: http://techrepublic.com.com/5208-12846-0.html?forumID=102&threadID=310099&messageID=3099392&tag=content;leftCol That guy's partial to JOE. Pffft. Rea

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-23 Thread Paul M Foster
On Tue, Feb 23, 2010 at 11:05:14PM +, Ashley Sheridan wrote: > On Tue, 2010-02-23 at 15:06 -0800, Daevid Vincent wrote: > > > > http://techrepublic.com.com/5208-12846-0.html?forumID=102&threadID=310099&messageID=3099392&tag=content;leftCol That guy's partial to JOE. Pffft. Real men use Vim. A

RE: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-23 Thread Ashley Sheridan
On Tue, 2010-02-23 at 15:06 -0800, Daevid Vincent wrote: > Am I the only Linux/Unix guy here? Do you guys not know what 'cat' is? :-\ > > http://en.wikipedia.org/wiki/Cat_(Unix) > > http://techrepublic.com.com/5208-12846-0.html?forumID=102&threadID=310099&m > essageID=3099392&tag=content;leftCol

RE: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-23 Thread Daevid Vincent
Am I the only Linux/Unix guy here? Do you guys not know what 'cat' is? :-\ http://en.wikipedia.org/wiki/Cat_(Unix) http://techrepublic.com.com/5208-12846-0.html?forumID=102&threadID=310099&m essageID=3099392&tag=content;leftCol > -Original Message- > From: Richard Quadling [mailto:rquad

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-23 Thread Phpster
Depends on what you do with them! Bastien Sent from my iPod On Feb 23, 2010, at 6:42 AM, Richard Quadling wrote: On 23 February 2010 00:28, Daevid Vincent wrote: -Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] On Mon, 2010-02-22 at 14:39 -0800, Don W

Re: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-23 Thread Richard Quadling
On 23 February 2010 00:28, Daevid Vincent wrote: >> -Original Message- >> From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] >> >> On Mon, 2010-02-22 at 14:39 -0800, Don Wieland wrote: >> >> > I am needing assistance IMMEDIATELY in finishing up a project (the >> > developer went in t

RE: [PHP] PHP / mySQL Project... Real men use 'cat'

2010-02-22 Thread Daevid Vincent
> -Original Message- > From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] > > On Mon, 2010-02-22 at 14:39 -0800, Don Wieland wrote: > > > I am needing assistance IMMEDIATELY in finishing up a project (the > > developer went in to have shoulder surgery and will be out of > > com