[ale] simple piping

Pete Hardie pete.hardie at gmail.com
Fri Mar 24 15:13:58 EST 2006


On 3/24/06, Emil Man <emilpman at gmail.com> wrote:
> having an issue with simple piping here.. hehe.. looked all arround google,
> I cannot find the answer :(
>
> Could someone tell me how to pipe the output of an ls command into cat, and
> then grep the results?

ls <blah> | fgrep <foo>

Cat is only needed if the command you use does not have a "read from
file" operational style.


--
Better Living Through Bitmaps



More information about the Ale mailing list