rpm check script problem

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

 



Hi

I've got a script that should check which rpms are installed on the
system. Part of the script involves using file descriptors. I'm having
trouble understanding these file descriptors and was hoping someone
can clarify my mistake. As a simple script I wrote the following:

#!/bin/bash
$filename=$1
$filename1=$2

exec 9<&0 < $filename
read rpm
echo -e "file1: "$rpm "\c"

exec 8<&0 < $filename1
read rpm1
echo -e "file2: "$rpm1 "\c"

read rpm2 <&9
echo -e "file1: "$rpm2 "\c"

Now my understanding is that the last read and echo statements should
print out what is stored in file descriptor "9" however the script
just hangs on the last read. Is there a reason for this? And how do I
fix it? I've searched and searched but can't find any reason why this
shouldn't work.

Thanks
Dan

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux