[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] simple piping
- Subject: [ale] simple piping
- From: pete.hardie at gmail.com (Pete Hardie)
- Date: Fri, 24 Mar 2006 15:13:58 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
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