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 symbolic links
> 
> 
> hey guys
> 
> hope this will be a simple on for someone..
> 
> how can I do a recursive "ls" to find all symbolic links 
> (both hard and 
> soft) is it doable? and if not is there another way?
> 
> thanks..
> 
> Kel
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to