[CentOS] Bash Question
Joseph L. Casale
jcasale at activenetwerx.comThu Apr 8 15:57:21 UTC 2010
- Previous message: [CentOS] Question about dhcpd.leases
- Next message: [CentOS] Bash Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hey guys,
messing around with a snippet from a mailing list post,
#!/bin/bash
mkfifo -m 666 /var/spool/my_fifo
exec 42<> /var/spool/my_fifo
while true
do
while read -t 5 data <&42
do
echo "data is ($data)"
done
echo "read again"
done
What happens to this to invalidate the initial 'true' condition, it only runs
for a short while?
Thanks!
jlc
- Previous message: [CentOS] Question about dhcpd.leases
- Next message: [CentOS] Bash Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list