[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to assert user input to fifo to then read from it
From: |
Alex fxmbsw7 Ratchev |
Subject: |
how to assert user input to fifo to then read from it |
Date: |
Thu, 25 Aug 2022 11:36:11 +0200 |
im doing some apt update cmds script
in there i realized i need detached input for , when as dedicated auto
updater used , a question appears , to answer this
( seeing by log then reacting to via printf to fifo , and checking then log
further )
the script yet is attached
the in question is line 20 , it does exec <"$fi"
.. and my question is what previously to exec to put scripts stdin ( may
not be tty .. ? ) into that fifo , then that the exec < that_fifo
understood halfways ?
// greets , alex xmb
xmb-aptup2
Description: Binary data
- how to assert user input to fifo to then read from it,
Alex fxmbsw7 Ratchev <=
- Re: how to assert user input to fifo to then read from it, Greg Wooledge, 2022/08/25
- Re: how to assert user input to fifo to then read from it, Alex fxmbsw7 Ratchev, 2022/08/25
- Re: how to assert user input to fifo to then read from it, Greg Wooledge, 2022/08/25
- Re: how to assert user input to fifo to then read from it, Alex fxmbsw7 Ratchev, 2022/08/25
- Re: how to assert user input to fifo to then read from it, Dennis Williamson, 2022/08/25
- Re: how to assert user input to fifo to then read from it, Alex fxmbsw7 Ratchev, 2022/08/25
- Re: how to assert user input to fifo to then read from it, Alex fxmbsw7 Ratchev, 2022/08/25
- Re: how to assert user input to fifo to then read from it, Dennis Williamson, 2022/08/25