Re: rpm check script problem

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

 



On Monday, Oct 9th 2006 at 11:58 -0400, quoth Tony Nelson:

=>At 11:46 PM +0800 10/9/06, ???? wrote:
=>
=>>2006/10/9, Dan Track <dan.track@xxxxxxxxx>:
=>>> 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
=>
=>>The line in the script "exec 9<&0 <$filename" means "first copy fd0 to
=>>fd9, then redirect file to fd0", so in the following lines of the
=>>script fd9 is always the stdin.
=>
=>According to the Wikipedia link
=>
=>    exec 9<$filename
=>
=>seems more likely.

We still don't know what the goal is. All we have is a something that the 
author thought should do what he wants but doesn't work.

Look, exec 9< $filename will redirect $filename to stdin for the duration 
of the process. exec < $filename 9<&0 will do the same thing but will save 
the value of descriptor zero for the purpose of restoration. It's all a 
question of what you want to do.

-- 
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net

-- 
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