Re: rescurive ls to find symbolic links

2003-09-19 Thread Sean Estabrooks
On Fri, 19 Sep 2003 15:25:42 -0500 "Rigler, Steve" <[EMAIL PROTECTED]> wrote: > To find symbolic links recursively you could do: > > find . -type l -print > > I don't know of a way to find hardlinks. > Hard links are indistinguishable from the original file. Whereas the softlink search you sh

RE: rescurive ls to find symbolic links

2003-09-19 Thread Rigler, Steve
To find symbolic links recursively you could do: find . -type l -print I don't know of a way to find hardlinks. -Steve > -Original Message- > From: Kelerion [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 9:06 AM > To: [EMAIL PROTECTED] > Subject: rescurive ls to find sym