Re: find -type not working on release 5.1?

2003-08-31 Thread Herculano de Lima Einloft Neto
Joshua Oreman wrote: > Make sure you really are typing "find /etc -type d", with the -type after > the /etc. Something like this: "find -type d /etc", would return those > errors. > I think I was actually using "find -type d" alone, which works on redhat.. Got to use "find . -type d" here. >

Re: find -type not working on release 5.1?

2003-08-31 Thread Joshua Oreman
On Sat, Aug 30, 2003 at 09:26:03PM -0300 or thereabouts, Herculano de Lima Einloft Neto wrote: > Hello, > > I'm getting something like this: > > ]$ find /etc -type d > > -tinvalid option > -y invalid option > -p invalid option > -e invalid option > >

find -type not working on release 5.1?

2003-08-31 Thread Herculano de Lima Einloft Neto
Hello, I'm getting something like this: ]$ find /etc -type d -tinvalid option -y invalid option -p invalid option -e invalid option d unknown file One other thing.. ]$ ls x* doesn't seem to work right either.. it's returnin