pipes and redirects

From: Douglas (mm2ps_at_yahoo.co.uk)
Date: 05/14/04


Date: 14 May 2004 14:37:53 -0700

Hi,

I am not really getting pipes.

Here is an example, can someone tell me why

> find ..... | ls -l

does not 'pipe' the output from find and give the full file details using ls -l?

Douglas