Как прервать запущенный файл журнала через 10 секунд в цикле while после каждой итерации?
while IFS= read -r line <&3
do
echo "$line" logs""
tail -100f /1001/ABC/HIV/Son/"$line"
read -p 'Press Enter to Continue'
done 3</home/log/testd/file.txt
while IFS= read -r line <&3
do
echo "$line" logs""
tail -100f /1001/ABC/HIV/Son/"$line"
read -p 'Press Enter to Continue'
done 3</home/log/testd/file.txt