Re: Script help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey,

Thanks that worked.

Thanks
Dan

On 10/9/06, Dave Mitchell <davem@xxxxxxxxx> wrote:
On Mon, Oct 09, 2006 at 12:43:22PM +0100, Dan Track wrote:
> have a script that does the following:
>
> cat /tmp/file | while read rpm
>
> what I would like to do is to remove the "|" pipe command but keep the
> "while read rpm" part while also somehow cat the contents of the file
> into the "while read rpm" line, how can I do that?

    (
        while read rpm; do
            ...
        done
    ) < /tmp/file

--
Fire extinguisher (n) a device for holding open fire doors.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux